Skip to main content

imageTypes

Reads and enables pagination through a set of ImageType.

imageTypes(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [ImageTypesOrderBy!] = [PRIMARY_KEY_ASC]
condition: ImageTypeCondition
filter: ImageTypeFilter
): ImageTypesConnection

Arguments

imageTypes.first ● Int scalar

Only read the first n values of the set.

imageTypes.last ● Int scalar

Only read the last n values of the set.

imageTypes.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

imageTypes.before ● Cursor scalar

Read all values in the set before (above) this cursor.

imageTypes.after ● Cursor scalar

Read all values in the set after (below) this cursor.

imageTypes.orderBy ● [ImageTypesOrderBy!] list enum

The method to use when ordering ImageType.

imageTypes.condition ● ImageTypeCondition input

A condition to be used in determining which values should be returned by the collection.

imageTypes.filter ● ImageTypeFilter input

A filter to be used in determining which values should be returned by the collection.

Type

ImageTypesConnection object

A connection to a list of ImageType values. @permissions: IMAGES_VIEW,IMAGES_EDIT,ADMIN,IMAGE_TYPES_DECLARE