OBJECT
PublicationEdge
A list of edges.
link GraphQL Schema definition
- type PublicationEdge {
- # A cursor for use in pagination.
- : String!
- # The item at the end of the edge.
- : Publication
- }
OBJECT
A list of edges.
- type PublicationEdge {
- # A cursor for use in pagination.
- : String!
- # The item at the end of the edge.
- : Publication
- }