Input Object Star Wars::PlanetFilter

Input Fields

AND: [PlanetFilter!]

Logical AND on all given filters.

OR: [PlanetFilter!]

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.

diameter: Int

diameter_not: Int

All values that are not equal to given value.

diameter_in: [Int!]

All values that are contained in given list.

diameter_not_in: [Int!]

All values that are not contained in given list.

diameter_lt: Int

All values less than the given value.

diameter_lte: Int

All values less than or equal the given value.

diameter_gt: Int

All values greater than the given value.

diameter_gte: Int

All values greater than or equal the given value.

gravity: String

gravity_not: String

All values that are not equal to given value.

gravity_in: [String!]

All values that are contained in given list.

gravity_not_in: [String!]

All values that are not contained in given list.

gravity_lt: String

All values less than the given value.

gravity_lte: String

All values less than or equal the given value.

gravity_gt: String

All values greater than the given value.

gravity_gte: String

All values greater than or equal the given value.

gravity_contains: String

All values containing the given string.

gravity_not_contains: String

All values not containing the given string.

gravity_starts_with: String

All values starting with the given string.

gravity_not_starts_with: String

All values not starting with the given string.

gravity_ends_with: String

All values ending with the given string.

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

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.

orbitalPeriod: Int

orbitalPeriod_not: Int

All values that are not equal to given value.

orbitalPeriod_in: [Int!]

All values that are contained in given list.

orbitalPeriod_not_in: [Int!]

All values that are not contained in given list.

orbitalPeriod_lt: Int

All values less than the given value.

orbitalPeriod_lte: Int

All values less than or equal the given value.

orbitalPeriod_gt: Int

All values greater than the given value.

orbitalPeriod_gte: Int

All values greater than or equal the given value.

population: Float

population_not: Float

All values that are not equal to given value.

population_in: [Float!]

All values that are contained in given list.

population_not_in: [Float!]

All values that are not contained in given list.

population_lt: Float

All values less than the given value.

population_lte: Float

All values less than or equal the given value.

population_gt: Float

All values greater than the given value.

population_gte: Float

All values greater than or equal the given value.

rotationPeriod: Int

rotationPeriod_not: Int

All values that are not equal to given value.

rotationPeriod_in: [Int!]

All values that are contained in given list.

rotationPeriod_not_in: [Int!]

All values that are not contained in given list.

rotationPeriod_lt: Int

All values less than the given value.

rotationPeriod_lte: Int

All values less than or equal the given value.

rotationPeriod_gt: Int

All values greater than the given value.

rotationPeriod_gte: Int

All values greater than or equal the given value.

surfaceWater: Float

surfaceWater_not: Float

All values that are not equal to given value.

surfaceWater_in: [Float!]

All values that are contained in given list.

surfaceWater_not_in: [Float!]

All values that are not contained in given list.

surfaceWater_lt: Float

All values less than the given value.

surfaceWater_lte: Float

All values less than or equal the given value.

surfaceWater_gt: Float

All values greater than the given value.

surfaceWater_gte: Float

All values greater than or equal the given value.

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

residents_every: PersonFilter

residents_some: PersonFilter

residents_none: PersonFilter

Uses

Film._planetsMeta

Film.planets

Person.homeworld

Query._allPlanetsMeta

Query.allPlanets

FilmFilter.planets_every

FilmFilter.planets_none

FilmFilter.planets_some

FilmSubscriptionFilterNode.planets_every

FilmSubscriptionFilterNode.planets_none

FilmSubscriptionFilterNode.planets_some

PersonFilter.homeworld

PersonSubscriptionFilterNode.homeworld

PlanetFilter.AND

PlanetFilter.OR