ListConnection
A connection to a list of items.
type ListConnection {
edges: [ListEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ListConnection.edges ● [ListEdge] list object
A list of edges.
ListConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ListConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
lists query