OBJECT
ExportDocumentsConnection
A connection to a list of ExportDocument values.
link GraphQL Schema definition
- type ExportDocumentsConnection {
- # A list of `ExportDocument` objects.
- : [ExportDocument!]!
- # A list of edges which contains the `ExportDocument` and cursor to aid in
- # pagination.
- : [ExportDocumentsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `ExportDocument` you could get from the connection.
- : Int!
- }