OBJECT

DocumentVersionFilesConnection

A connection to a list of DocumentVersionFile values.

link GraphQL Schema definition

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