Skip to main content

ImageCondition

A condition to be used against Image object types. All fields are tested for equality and combined with a logical ‘and.’

input ImageCondition {
id: UUID
imageTypeKey: String
title: String
filename: String
sourceFileName: String
sourceFileType: String
originalSourceLocation: String
fileSizeInBytes: Int
width: Int
height: Int
createdDate: Datetime
updatedDate: Datetime
createdUser: String
updatedUser: String
focalX: BigFloat
focalY: BigFloat
isArchived: Boolean
}

Fields

ImageCondition.id ● UUID scalar

Checks for equality with the object’s id field.

ImageCondition.imageTypeKey ● String scalar

Checks for equality with the object’s imageTypeKey field.

ImageCondition.title ● String scalar

Checks for equality with the object’s title field. @maxLength(100) @notEmpty()

ImageCondition.filename ● String scalar

Checks for equality with the object’s filename field.

ImageCondition.sourceFileName ● String scalar

Checks for equality with the object’s sourceFileName field.

ImageCondition.sourceFileType ● String scalar

Checks for equality with the object’s sourceFileType field.

ImageCondition.originalSourceLocation ● String scalar

Checks for equality with the object’s originalSourceLocation field.

ImageCondition.fileSizeInBytes ● Int scalar

Checks for equality with the object’s fileSizeInBytes field.

ImageCondition.width ● Int scalar

Checks for equality with the object’s width field.

ImageCondition.height ● Int scalar

Checks for equality with the object’s height field.

ImageCondition.createdDate ● Datetime scalar

Checks for equality with the object’s createdDate field.

ImageCondition.updatedDate ● Datetime scalar

Checks for equality with the object’s updatedDate field.

ImageCondition.createdUser ● String scalar

Checks for equality with the object’s createdUser field.

ImageCondition.updatedUser ● String scalar

Checks for equality with the object’s updatedUser field.

ImageCondition.focalX ● BigFloat scalar

Checks for equality with the object’s focalX field.

ImageCondition.focalY ● BigFloat scalar

Checks for equality with the object’s focalY field.

ImageCondition.isArchived ● Boolean scalar

Checks for equality with the object’s isArchived field.

Member Of

images query