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