OBJECT

DocumentCommentLikesEdge

A DocumentCommentLike edge in the connection.

link GraphQL Schema definition

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