OBJECT

ExportDocumentsConnection

A connection to a list of ExportDocument values.

link GraphQL Schema definition

  • type ExportDocumentsConnection {
  • # A list of `ExportDocument` objects.
  • nodes: [ExportDocument!]!
  • # A list of edges which contains the `ExportDocument` and cursor to aid in
  • # pagination.
  • edges: [ExportDocumentsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `ExportDocument` you could get from the connection.
  • totalCount: Int!
  • }