Skip to main content

ImageAcquisitionProfileCondition

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

input ImageAcquisitionProfileCondition {
title: String
provider: StorageProvider
createdDate: Datetime
updatedDate: Datetime
createdUser: String
updatedUser: String
id: UUID
}

Fields

ImageAcquisitionProfileCondition.title ● String scalar

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

ImageAcquisitionProfileCondition.provider ● StorageProvider enum

Checks for equality with the object’s provider field.

ImageAcquisitionProfileCondition.createdDate ● Datetime scalar

Checks for equality with the object’s createdDate field.

ImageAcquisitionProfileCondition.updatedDate ● Datetime scalar

Checks for equality with the object’s updatedDate field.

ImageAcquisitionProfileCondition.createdUser ● String scalar

Checks for equality with the object’s createdUser field.

ImageAcquisitionProfileCondition.updatedUser ● String scalar

Checks for equality with the object’s updatedUser field.

ImageAcquisitionProfileCondition.id ● UUID scalar

Checks for equality with the object’s id field.

Member Of

imageAcquisitionProfiles query