Input Object Star Wars::FilmFilter

Input Fields

AND: [FilmFilter!]

Logical AND on all given filters.

OR: [FilmFilter!]

Logical OR on all given filters.

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.

director: String

director_not: String

All values that are not equal to given value.

director_in: [String!]

All values that are contained in given list.

director_not_in: [String!]

All values that are not contained in given list.

director_lt: String

All values less than the given value.

director_lte: String

All values less than or equal the given value.

director_gt: String

All values greater than the given value.

director_gte: String

All values greater than or equal the given value.

director_contains: String

All values containing the given string.

director_not_contains: String

All values not containing the given string.

director_starts_with: String

All values starting with the given string.

director_not_starts_with: String

All values not starting with the given string.

director_ends_with: String

All values ending with the given string.

director_not_ends_with: String

All values not ending with the given string.

episodeId: Int

episodeId_not: Int

All values that are not equal to given value.

episodeId_in: [Int!]

All values that are contained in given list.

episodeId_not_in: [Int!]

All values that are not contained in given list.

episodeId_lt: Int

All values less than the given value.

episodeId_lte: Int

All values less than or equal the given value.

episodeId_gt: Int

All values greater than the given value.

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

openingCrawl: String

openingCrawl_not: String

All values that are not equal to given value.

openingCrawl_in: [String!]

All values that are contained in given list.

openingCrawl_not_in: [String!]

All values that are not contained in given list.

openingCrawl_lt: String

All values less than the given value.

openingCrawl_lte: String

All values less than or equal the given value.

openingCrawl_gt: String

All values greater than the given value.

openingCrawl_gte: String

All values greater than or equal the given value.

openingCrawl_contains: String

All values containing the given string.

openingCrawl_not_contains: String

All values not containing the given string.

openingCrawl_starts_with: String

All values starting with the given string.

openingCrawl_not_starts_with: String

All values not starting with the given string.

openingCrawl_ends_with: String

All values ending with the given string.

openingCrawl_not_ends_with: String

All values not ending with the given string.

releaseDate: DateTime

releaseDate_not: DateTime

All values that are not equal to given value.

releaseDate_in: [DateTime!]

All values that are contained in given list.

releaseDate_not_in: [DateTime!]

All values that are not contained in given list.

releaseDate_lt: DateTime

All values less than the given value.

releaseDate_lte: DateTime

All values less than or equal the given value.

releaseDate_gt: DateTime

All values greater than the given value.

releaseDate_gte: DateTime

All values greater than or equal the given value.

title: String

title_not: String

All values that are not equal to given value.

title_in: [String!]

All values that are contained in given list.

title_not_in: [String!]

All values that are not contained in given list.

title_lt: String

All values less than the given value.

title_lte: String

All values less than or equal the given value.

title_gt: String

All values greater than the given value.

title_gte: String

All values greater than or equal the given value.

title_contains: String

All values containing the given string.

title_not_contains: String

All values not containing the given string.

title_starts_with: String

All values starting with the given string.

title_not_starts_with: String

All values not starting with the given string.

title_ends_with: String

All values ending with the given string.

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

characters_every: PersonFilter

characters_some: PersonFilter

characters_none: PersonFilter

planets_every: PlanetFilter

planets_some: PlanetFilter

planets_none: 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

Person._filmsMeta

Person.films

Planet._filmsMeta

Planet.films

Query._allFilmsMeta

Query.allFilms

Species._filmsMeta

Species.films

Starship._filmsMeta

Starship.films

Vehicle._filmsMeta

Vehicle.films

FilmFilter.AND

FilmFilter.OR

PersonFilter.films_every

PersonFilter.films_none

PersonFilter.films_some

PersonSubscriptionFilterNode.films_every

PersonSubscriptionFilterNode.films_none

PersonSubscriptionFilterNode.films_some

PlanetFilter.films_every

PlanetFilter.films_none

PlanetFilter.films_some

PlanetSubscriptionFilterNode.films_every

PlanetSubscriptionFilterNode.films_none

PlanetSubscriptionFilterNode.films_some

SpeciesFilter.films_every

SpeciesFilter.films_none

SpeciesFilter.films_some

SpeciesSubscriptionFilterNode.films_every

SpeciesSubscriptionFilterNode.films_none

SpeciesSubscriptionFilterNode.films_some

StarshipFilter.films_every

StarshipFilter.films_none

StarshipFilter.films_some

StarshipSubscriptionFilterNode.films_every

StarshipSubscriptionFilterNode.films_none

StarshipSubscriptionFilterNode.films_some

VehicleFilter.films_every

VehicleFilter.films_none

VehicleFilter.films_some

VehicleSubscriptionFilterNode.films_every

VehicleSubscriptionFilterNode.films_none

VehicleSubscriptionFilterNode.films_some