INPUT_OBJECT
ImageFilter
A filter to be used against Image
object types. All fields are combined with a logical ‘and.’
link GraphQL Schema definition
- input ImageFilter {
- # Filter by the object’s `id` field.
- UUIDFilter :
- # Filter by the object’s `organizationId` field.
- UUIDFilter :
- # Filter by the object’s `approved` field.
- BooleanFilter :
- # Filter by the object’s `uploaded` field.
- BooleanFilter :
- # Filter by the object’s `annotated` field.
- BooleanFilter :
- # Filter by the object’s `type` field.
- ImageTypeFilter :
- # Filter by the object’s `label` field.
- StringFilter :
- # Filter by the object’s `tags` field.
- StringListFilter :
- # Filter by the object’s `attributes` field.
- JSONFilter :
- # Filter by the object’s `createdAt` field.
- DatetimeFilter :
- # Filter by the object’s `capturedBy` field.
- UUIDFilter :
- # Filter by the object’s `deletedAt` field.
- DatetimeFilter :
- # Filter by the object’s `autoLabeled` field.
- BooleanFilter :
- # Checks for all expressions in this list.
- ImageFilter!] : [
- # Checks for any expressions in this list.
- ImageFilter!] : [
- # Negates the expression.
- ImageFilter :
- }