OBJECT
DocumentCommentLikesEdge
A DocumentCommentLike edge in the connection.
link GraphQL Schema definition
- type DocumentCommentLikesEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `DocumentCommentLike` at the end of the edge.
- : DocumentCommentLike!
- }