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