OBJECT
DocumentCommentMessagePartsEdge
A DocumentCommentMessagePart edge in the connection.
link GraphQL Schema definition
- type DocumentCommentMessagePartsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `DocumentCommentMessagePart` at the end of the edge.
- : DocumentCommentMessagePart!
- }