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