Input Object Star Wars::SpeciesFilter

Input Fields

AND: [SpeciesFilter!]

Logical AND on all given filters.

OR: [SpeciesFilter!]

Logical OR on all given filters.

averageHeight: Int

averageHeight_not: Int

All values that are not equal to given value.

averageHeight_in: [Int!]

All values that are contained in given list.

averageHeight_not_in: [Int!]

All values that are not contained in given list.

averageHeight_lt: Int

All values less than the given value.

averageHeight_lte: Int

All values less than or equal the given value.

averageHeight_gt: Int

All values greater than the given value.

averageHeight_gte: Int

All values greater than or equal the given value.

averageLifespan: Int

averageLifespan_not: Int

All values that are not equal to given value.

averageLifespan_in: [Int!]

All values that are contained in given list.

averageLifespan_not_in: [Int!]

All values that are not contained in given list.

averageLifespan_lt: Int

All values less than the given value.

averageLifespan_lte: Int

All values less than or equal the given value.

averageLifespan_gt: Int

All values greater than the given value.

averageLifespan_gte: Int

All values greater than or equal the given value.

classification: String

classification_not: String

All values that are not equal to given value.

classification_in: [String!]

All values that are contained in given list.

classification_not_in: [String!]

All values that are not contained in given list.

classification_lt: String

All values less than the given value.

classification_lte: String

All values less than or equal the given value.

classification_gt: String

All values greater than the given value.

classification_gte: String

All values greater than or equal the given value.

classification_contains: String

All values containing the given string.

classification_not_contains: String

All values not containing the given string.

classification_starts_with: String

All values starting with the given string.

classification_not_starts_with: String

All values not starting with the given string.

classification_ends_with: String

All values ending with the given string.

classification_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.

designation: String

designation_not: String

All values that are not equal to given value.

designation_in: [String!]

All values that are contained in given list.

designation_not_in: [String!]

All values that are not contained in given list.

designation_lt: String

All values less than the given value.

designation_lte: String

All values less than or equal the given value.

designation_gt: String

All values greater than the given value.

designation_gte: String

All values greater than or equal the given value.

designation_contains: String

All values containing the given string.

designation_not_contains: String

All values not containing the given string.

designation_starts_with: String

All values starting with the given string.

designation_not_starts_with: String

All values not starting with the given string.

designation_ends_with: String

All values ending with the given string.

designation_not_ends_with: String

All values not ending with the given string.

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.

language: String

language_not: String

All values that are not equal to given value.

language_in: [String!]

All values that are contained in given list.

language_not_in: [String!]

All values that are not contained in given list.

language_lt: String

All values less than the given value.

language_lte: String

All values less than or equal the given value.

language_gt: String

All values greater than the given value.

language_gte: String

All values greater than or equal the given value.

language_contains: String

All values containing the given string.

language_not_contains: String

All values not containing the given string.

language_starts_with: String

All values starting with the given string.

language_not_starts_with: String

All values not starting with the given string.

language_ends_with: String

All values ending with the given string.

language_not_ends_with: String

All values not ending with the given string.

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

people_every: PersonFilter

people_some: PersonFilter

people_none: PersonFilter

Uses

Film._speciesMeta

Film.species

Person._speciesMeta

Person.species

Query._allSpeciesMeta

Query.allSpecies

FilmFilter.species_every

FilmFilter.species_none

FilmFilter.species_some

FilmSubscriptionFilterNode.species_every

FilmSubscriptionFilterNode.species_none

FilmSubscriptionFilterNode.species_some

PersonFilter.species_every

PersonFilter.species_none

PersonFilter.species_some

PersonSubscriptionFilterNode.species_every

PersonSubscriptionFilterNode.species_none

PersonSubscriptionFilterNode.species_some

SpeciesFilter.AND

SpeciesFilter.OR