Input Object Star Wars::PersonFilter

Input Fields

AND: [PersonFilter!]

Logical AND on all given filters.

OR: [PersonFilter!]

Logical OR on all given filters.

birthYear: String

birthYear_not: String

All values that are not equal to given value.

birthYear_in: [String!]

All values that are contained in given list.

birthYear_not_in: [String!]

All values that are not contained in given list.

birthYear_lt: String

All values less than the given value.

birthYear_lte: String

All values less than or equal the given value.

birthYear_gt: String

All values greater than the given value.

birthYear_gte: String

All values greater than or equal the given value.

birthYear_contains: String

All values containing the given string.

birthYear_not_contains: String

All values not containing the given string.

birthYear_starts_with: String

All values starting with the given string.

birthYear_not_starts_with: String

All values not starting with the given string.

birthYear_ends_with: String

All values ending with the given string.

birthYear_not_ends_with: String

All values not ending with the given string.

createdAt: DateTime

createdAt_not: DateTime

All values that are not equal to given value.

createdAt_in: [DateTime!]

All values that are contained in given list.

createdAt_not_in: [DateTime!]

All values that are not contained in given list.

createdAt_lt: DateTime

All values less than the given value.

createdAt_lte: DateTime

All values less than or equal the given value.

createdAt_gt: DateTime

All values greater than the given value.

createdAt_gte: DateTime

All values greater than or equal the given value.

gender: PERSON_GENDER

gender_not: PERSON_GENDER

All values that are not equal to given value.

gender_in: [PERSON_GENDER!]

All values that are contained in given list.

gender_not_in: [PERSON_GENDER!]

All values that are not contained in given list.

height: Int

height_not: Int

All values that are not equal to given value.

height_in: [Int!]

All values that are contained in given list.

height_not_in: [Int!]

All values that are not contained in given list.

height_lt: Int

All values less than the given value.

height_lte: Int

All values less than or equal the given value.

height_gt: Int

All values greater than the given value.

height_gte: Int

All values greater than or equal the given value.

id: ID

id_not: ID

All values that are not equal to given value.

id_in: [ID!]

All values that are contained in given list.

id_not_in: [ID!]

All values that are not contained in given list.

id_lt: ID

All values less than the given value.

id_lte: ID

All values less than or equal the given value.

id_gt: ID

All values greater than the given value.

id_gte: ID

All values greater than or equal the given value.

id_contains: ID

All values containing the given string.

id_not_contains: ID

All values not containing the given string.

id_starts_with: ID

All values starting with the given string.

id_not_starts_with: ID

All values not starting with the given string.

id_ends_with: ID

All values ending with the given string.

id_not_ends_with: ID

All values not ending with the given string.

isPublished: Boolean

isPublished_not: Boolean

All values that are not equal to given value.

mass: Float

mass_not: Float

All values that are not equal to given value.

mass_in: [Float!]

All values that are contained in given list.

mass_not_in: [Float!]

All values that are not contained in given list.

mass_lt: Float

All values less than the given value.

mass_lte: Float

All values less than or equal the given value.

mass_gt: Float

All values greater than the given value.

mass_gte: Float

All values greater than or equal the given value.

name: String

name_not: String

All values that are not equal to given value.

name_in: [String!]

All values that are contained in given list.

name_not_in: [String!]

All values that are not contained in given list.

name_lt: String

All values less than the given value.

name_lte: String

All values less than or equal the given value.

name_gt: String

All values greater than the given value.

name_gte: String

All values greater than or equal the given value.

name_contains: String

All values containing the given string.

name_not_contains: String

All values not containing the given string.

name_starts_with: String

All values starting with the given string.

name_not_starts_with: String

All values not starting with the given string.

name_ends_with: String

All values ending with the given string.

name_not_ends_with: String

All values not ending with the given string.

updatedAt: DateTime

updatedAt_not: DateTime

All values that are not equal to given value.

updatedAt_in: [DateTime!]

All values that are contained in given list.

updatedAt_not_in: [DateTime!]

All values that are not contained in given list.

updatedAt_lt: DateTime

All values less than the given value.

updatedAt_lte: DateTime

All values less than or equal the given value.

updatedAt_gt: DateTime

All values greater than the given value.

updatedAt_gte: DateTime

All values greater than or equal the given value.

films_every: FilmFilter

films_some: FilmFilter

films_none: FilmFilter

homeworld: PlanetFilter

species_every: SpeciesFilter

species_some: SpeciesFilter

species_none: SpeciesFilter

starships_every: StarshipFilter

starships_some: StarshipFilter

starships_none: StarshipFilter

vehicles_every: VehicleFilter

vehicles_some: VehicleFilter

vehicles_none: VehicleFilter

Uses

Film._charactersMeta

Film.characters

Planet._residentsMeta

Planet.residents

Query._allPersonsMeta

Query.allPersons

Species._peopleMeta

Species.people

Starship._pilotsMeta

Starship.pilots

Vehicle._pilotsMeta

Vehicle.pilots

FilmFilter.characters_every

FilmFilter.characters_none

FilmFilter.characters_some

FilmSubscriptionFilterNode.characters_every

FilmSubscriptionFilterNode.characters_none

FilmSubscriptionFilterNode.characters_some

PersonFilter.AND

PersonFilter.OR

PlanetFilter.residents_every

PlanetFilter.residents_none

PlanetFilter.residents_some

PlanetSubscriptionFilterNode.residents_every

PlanetSubscriptionFilterNode.residents_none

PlanetSubscriptionFilterNode.residents_some

SpeciesFilter.people_every

SpeciesFilter.people_none

SpeciesFilter.people_some

SpeciesSubscriptionFilterNode.people_every

SpeciesSubscriptionFilterNode.people_none

SpeciesSubscriptionFilterNode.people_some

StarshipFilter.pilots_every

StarshipFilter.pilots_none

StarshipFilter.pilots_some

StarshipSubscriptionFilterNode.pilots_every

StarshipSubscriptionFilterNode.pilots_none

StarshipSubscriptionFilterNode.pilots_some

VehicleFilter.pilots_every

VehicleFilter.pilots_none

VehicleFilter.pilots_some

VehicleSubscriptionFilterNode.pilots_every

VehicleSubscriptionFilterNode.pilots_none

VehicleSubscriptionFilterNode.pilots_some