INPUT_OBJECT
ImageCondition
A condition to be used against Image
object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input ImageCondition {
- # Checks for equality with the object’s `id` field.
- UUID :
- # Checks for equality with the object’s `organizationId` field.
- UUID :
- # Checks for equality with the object’s `approved` field.
- Boolean :
- # Checks for equality with the object’s `uploaded` field.
- Boolean :
- # Checks for equality with the object’s `annotated` field.
- Boolean :
- # Checks for equality with the object’s `type` field.
- ImageType :
- # Checks for equality with the object’s `label` field.
- String :
- # Checks for equality with the object’s `tags` field.
- String] : [
- # Checks for equality with the object’s `attributes` field.
- JSON :
- # Checks for equality with the object’s `createdAt` field.
- Datetime :
- # Checks for equality with the object’s `capturedBy` field.
- UUID :
- # Checks for equality with the object’s `deletedAt` field.
- Datetime :
- }