ImagesConnection
A connection to a list of Image values.
@permissions: IMAGES_VIEW,IMAGES_EDIT,ADMIN
type ImagesConnection {
nodes: [Image!]!
edges: [ImagesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ImagesConnection.nodes ● [Image!]! non-null object
A list of Image objects.
ImagesConnection.edges ● [ImagesEdge!]! non-null object
A list of edges which contains the Image and cursor to aid in pagination.
ImagesConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ImagesConnection.totalCount ● Int! non-null scalar
The count of all Image you could get from the connection.
Returned By
images query
Member Of
ImageType object