OBJECT
CollectionEdge
An edge in a connection.
link GraphQL Schema definition
- type CollectionEdge {
- # The item at the end of the edge.
- : Collection
- # A cursor for use in pagination.
- : Cursor!
- }
OBJECT
An edge in a connection.
- type CollectionEdge {
- # The item at the end of the edge.
- : Collection
- # A cursor for use in pagination.
- : Cursor!
- }