OBJECT
The connection type for Image.
type ImageConnection {# A list of edges.edges: [ImageEdge] # A list of nodes.nodes: [Image] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }