Skip to main content
Version: s5

CreatorWhere

No description

input CreatorWhere {
_and: [CreatorWhere!]
_or: [CreatorWhere!]
id: UUIDAttributeWhereOperators
name: StringAttributeWhereOperators
language: LanguageAttributeWhereOperators
accent: AccentAttributeWhereOperators
gender: GenderAttributeWhereOperators
bio: StringAttributeWhereOperators
}

Fields

CreatorWhere._and ● [CreatorWhere!] list input

AND operator

CreatorWhere._or ● [CreatorWhere!] list input

OR operator

CreatorWhere.id ● UUIDAttributeWhereOperators input

UUID of creator

CreatorWhere.name ● StringAttributeWhereOperators input

Creator's name

CreatorWhere.language ● LanguageAttributeWhereOperators input

Creator's language

CreatorWhere.accent ● AccentAttributeWhereOperators input

Creator's accent

CreatorWhere.gender ● GenderAttributeWhereOperators input

Creator's gender

CreatorWhere.bio ● StringAttributeWhereOperators input

Creator's bio

Member of

CreatorWhere input ● getCreators query