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