OBJECT

BundleConnection

link GraphQL Schema definition

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