OBJECT

DocumentCommentMessagePartsConnection

A connection to a list of DocumentCommentMessagePart values.

link GraphQL Schema definition

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