OBJECT

CustomerConnection

link GraphQL Schema definition

1type CustomerConnection {
2totalCount: Int!
3
4edges: [CustomerEdge!]!
5
6pageInfo: PageInfo!
7
8}