imageAcquisitionProfiles
Reads and enables pagination through a set of ImageAcquisitionProfile.
imageAcquisitionProfiles(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ImageAcquisitionProfilesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ImageAcquisitionProfileCondition
filter: ImageAcquisitionProfileFilter
): ImageAcquisitionProfilesConnection
Arguments
imageAcquisitionProfiles.first ● Int scalar
Only read the first n values of the set.
imageAcquisitionProfiles.last ● Int scalar
Only read the last n values of the set.
imageAcquisitionProfiles.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
imageAcquisitionProfiles.before ● Cursor scalar
Read all values in the set before (above) this cursor.
imageAcquisitionProfiles.after ● Cursor scalar
Read all values in the set after (below) this cursor.
imageAcquisitionProfiles.orderBy ● [ImageAcquisitionProfilesOrderBy!] list enum
The method to use when ordering ImageAcquisitionProfile.
imageAcquisitionProfiles.condition ● ImageAcquisitionProfileCondition input
A condition to be used in determining which values should be returned by the collection.
imageAcquisitionProfiles.filter ● ImageAcquisitionProfileFilter input
A filter to be used in determining which values should be returned by the collection.
Type
ImageAcquisitionProfilesConnection object
A connection to a list of ImageAcquisitionProfile values.
@permissions: SETTINGS_VIEW,SETTINGS_EDIT,IMAGES_EDIT,ADMIN