OBJECT

ExportDocumentsEdge

A ExportDocument edge in the connection.

link GraphQL Schema definition

  • type ExportDocumentsEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `ExportDocument` at the end of the edge.
  • node: ExportDocument!
  • }