Skip to main content

ImageTypeCondition

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

input ImageTypeCondition {
imageType: String
serviceId: String
createdDate: Datetime
updatedDate: Datetime
createdUser: String
updatedUser: String
title: String
isArchived: Boolean
}

Fields

ImageTypeCondition.imageType ● String scalar

Checks for equality with the object’s imageType field. @isTrimmed() @notEmpty()

ImageTypeCondition.serviceId ● String scalar

Checks for equality with the object’s serviceId field.

ImageTypeCondition.createdDate ● Datetime scalar

Checks for equality with the object’s createdDate field.

ImageTypeCondition.updatedDate ● Datetime scalar

Checks for equality with the object’s updatedDate field.

ImageTypeCondition.createdUser ● String scalar

Checks for equality with the object’s createdUser field.

ImageTypeCondition.updatedUser ● String scalar

Checks for equality with the object’s updatedUser field.

ImageTypeCondition.title ● String scalar

Checks for equality with the object’s title field.

ImageTypeCondition.isArchived ● Boolean scalar

Checks for equality with the object’s isArchived field.

Member Of

imageTypes query