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