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