OBJECT

DocumentCategoryObjectInstancesConnection

A connection to a list of DocumentCategoryObjectInstance values.

link GraphQL Schema definition

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