OBJECT

DocumentCommentMessagePartsEdge

A DocumentCommentMessagePart edge in the connection.

link GraphQL Schema definition

  • type DocumentCommentMessagePartsEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `DocumentCommentMessagePart` at the end of the edge.
  • node: DocumentCommentMessagePart!
  • }