OBJECT

DocumentCommentLikesConnection

A connection to a list of DocumentCommentLike values.

link GraphQL Schema definition

  • type DocumentCommentLikesConnection {
  • # A list of `DocumentCommentLike` objects.
  • nodes: [DocumentCommentLike!]!
  • # A list of edges which contains the `DocumentCommentLike` and cursor to aid in
  • # pagination.
  • edges: [DocumentCommentLikesEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `DocumentCommentLike` you could get from the connection.
  • totalCount: Int!
  • }