ImageConnection
Paginated list of images (Relay Connection)
type ImageConnection {
edges: [ImageEdge!]!
nodes: [Image!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ImageConnection.edges ● [ImageEdge!]! non-null object
Image edges with cursors
ImageConnection.nodes ● [Image!]! non-null object
Image nodes (shortcut for edges.map(e => e.node))
ImageConnection.pageInfo ● PageInfo! non-null object
Pagination info
ImageConnection.totalCount ● Int! non-null scalar
Total count of images
Member Of
Product object