OBJECT
DocumentCommentLikesConnection
A connection to a list of DocumentCommentLike values.
link GraphQL Schema definition
- type DocumentCommentLikesConnection {
- # A list of `DocumentCommentLike` objects.
- : [DocumentCommentLike!]!
- # A list of edges which contains the `DocumentCommentLike` and cursor to aid in
- # pagination.
- : [DocumentCommentLikesEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `DocumentCommentLike` you could get from the connection.
- : Int!
- }