OBJECT
DocumentCategoryObjectInstancesEdge
A DocumentCategoryObjectInstance edge in the connection.
link GraphQL Schema definition
- type DocumentCategoryObjectInstancesEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `DocumentCategoryObjectInstance` at the end of the edge.
- : DocumentCategoryObjectInstance!
- }