OBJECT
CollectionEdge
link GraphQL Schema definition
1 type CollectionEdge { 2 : String! 3 4 # Required permission: Collection:read 5 : Collection! 6 7 }
OBJECT
1 type CollectionEdge { 2 : String! 3 4 # Required permission: Collection:read 5 : Collection! 6 7 }