Skip to main content

ImageConnection

The connection type for Image.

type ImageConnection {
edges: [ImageEdge]
nodes: [Image]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ImageConnection.edges ● [ImageEdge] list object common

A list of edges.

ImageConnection.nodes ● [Image] list object products

A list of nodes.

ImageConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

ImageConnection.totalCount ● Int! non-null scalar common

Total count of items in the connection, without considering pagination.

Returned By

images query