OBJECT

DocumentCategoriesConnection

A connection to a list of DocumentCategory values.

link GraphQL Schema definition

  • type DocumentCategoriesConnection {
  • # A list of `DocumentCategory` objects.
  • nodes: [DocumentCategory]!
  • # A list of edges which contains the `DocumentCategory` and cursor to aid in
  • # pagination.
  • edges: [DocumentCategoriesEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `DocumentCategory` you could get from the connection.
  • totalCount: Int
  • }