OBJECT

PostEdge

A list of edges. DEPRECATED: use PublicationEdge instead. This type will be removed after May 21, 2023.

link GraphQL Schema definition

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