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