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