CustomerConnection
No description
type CustomerConnection {
edges: [CustomerEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
CustomerConnection.edges
● [CustomerEdge!]!
non-null object
CustomerConnection.pageInfo
● PageInfo!
non-null object
CustomerConnection.totalCount
● Int!
non-null scalar
Returned by
customers
query