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