Skip to main content

ImageTypesConnection

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

type ImageTypesConnection {
nodes: [ImageType!]!
edges: [ImageTypesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ImageTypesConnection.nodes ● [ImageType!]! non-null object

A list of ImageType objects.

ImageTypesConnection.edges ● [ImageTypesEdge!]! non-null object

A list of edges which contains the ImageType and cursor to aid in pagination.

ImageTypesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ImageTypesConnection.totalCount ● Int! non-null scalar

The count of all ImageType you could get from the connection.

Returned By

imageTypes query