Input Object Star Wars::AssetFilter

Input Fields

AND: [AssetFilter!]

Logical AND on all given filters.

OR: [AssetFilter!]

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.

fileName: String

fileName_not: String

All values that are not equal to given value.

fileName_in: [String!]

All values that are contained in given list.

fileName_not_in: [String!]

All values that are not contained in given list.

fileName_lt: String

All values less than the given value.

fileName_lte: String

All values less than or equal the given value.

fileName_gt: String

All values greater than the given value.

fileName_gte: String

All values greater than or equal the given value.

fileName_contains: String

All values containing the given string.

fileName_not_contains: String

All values not containing the given string.

fileName_starts_with: String

All values starting with the given string.

fileName_not_starts_with: String

All values not starting with the given string.

fileName_ends_with: String

All values ending with the given string.

fileName_not_ends_with: String

All values not ending with the given string.

handle: String

handle_not: String

All values that are not equal to given value.

handle_in: [String!]

All values that are contained in given list.

handle_not_in: [String!]

All values that are not contained in given list.

handle_lt: String

All values less than the given value.

handle_lte: String

All values less than or equal the given value.

handle_gt: String

All values greater than the given value.

handle_gte: String

All values greater than or equal the given value.

handle_contains: String

All values containing the given string.

handle_not_contains: String

All values not containing the given string.

handle_starts_with: String

All values starting with the given string.

handle_not_starts_with: String

All values not starting with the given string.

handle_ends_with: String

All values ending with the given string.

handle_not_ends_with: String

All values not ending with the given string.

height: Float

height_not: Float

All values that are not equal to given value.

height_in: [Float!]

All values that are contained in given list.

height_not_in: [Float!]

All values that are not contained in given list.

height_lt: Float

All values less than the given value.

height_lte: Float

All values less than or equal the given value.

height_gt: Float

All values greater than the given value.

height_gte: Float

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.

mimeType: String

mimeType_not: String

All values that are not equal to given value.

mimeType_in: [String!]

All values that are contained in given list.

mimeType_not_in: [String!]

All values that are not contained in given list.

mimeType_lt: String

All values less than the given value.

mimeType_lte: String

All values less than or equal the given value.

mimeType_gt: String

All values greater than the given value.

mimeType_gte: String

All values greater than or equal the given value.

mimeType_contains: String

All values containing the given string.

mimeType_not_contains: String

All values not containing the given string.

mimeType_starts_with: String

All values starting with the given string.

mimeType_not_starts_with: String

All values not starting with the given string.

mimeType_ends_with: String

All values ending with the given string.

mimeType_not_ends_with: String

All values not ending with the given string.

size: Float

size_not: Float

All values that are not equal to given value.

size_in: [Float!]

All values that are contained in given list.

size_not_in: [Float!]

All values that are not contained in given list.

size_lt: Float

All values less than the given value.

size_lte: Float

All values less than or equal the given value.

size_gt: Float

All values greater than the given value.

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

url: String

url_not: String

All values that are not equal to given value.

url_in: [String!]

All values that are contained in given list.

url_not_in: [String!]

All values that are not contained in given list.

url_lt: String

All values less than the given value.

url_lte: String

All values less than or equal the given value.

url_gt: String

All values greater than the given value.

url_gte: String

All values greater than or equal the given value.

url_contains: String

All values containing the given string.

url_not_contains: String

All values not containing the given string.

url_starts_with: String

All values starting with the given string.

url_not_starts_with: String

All values not starting with the given string.

url_ends_with: String

All values ending with the given string.

url_not_ends_with: String

All values not ending with the given string.

width: Float

width_not: Float

All values that are not equal to given value.

width_in: [Float!]

All values that are contained in given list.

width_not_in: [Float!]

All values that are not contained in given list.

width_lt: Float

All values less than the given value.

width_lte: Float

All values less than or equal the given value.

width_gt: Float

All values greater than the given value.

width_gte: Float

All values greater than or equal the given value.

Uses

Query._allAssetsMeta

Query.allAssets

AssetFilter.AND

AssetFilter.OR