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