CustomerConnection
The connection type for Customer.
type CustomerConnection {
edges: [CustomerEdge]
nodes: [Customer]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
CustomerConnection.edges ● [CustomerEdge] list object
A list of edges.
CustomerConnection.nodes ● [Customer] list object
A list of nodes.
CustomerConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
CustomerConnection.totalCount ● Int! non-null scalar
Total count of items in the connection, without considering pagination.
Returned By
customers query