OBJECT

AccountConnection

link GraphQL Schema definition

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