OBJECT

CollectionEdge

link GraphQL Schema definition

1type CollectionEdge {
2cursor: String!
3
4# Required permission: Collection:read
5node: Collection!
6
7}