OBJECT

PublicationEdge

A list of edges.

link GraphQL Schema definition

  • type PublicationEdge {
  • # A cursor for use in pagination.
  • cursor: String!
  • # The item at the end of the edge.
  • node: Publication
  • }