OBJECT

DocumentVersionsConnection

A connection to a list of DocumentVersion values.

link GraphQL Schema definition

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