OBJECT

DocumentCommentsEdge

A DocumentComment edge in the connection.

link GraphQL Schema definition

  • type DocumentCommentsEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `DocumentComment` at the end of the edge.
  • node: DocumentComment!
  • }