OBJECT

PublicationCommentEdge

A list of edges.

link GraphQL Schema definition

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