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