OBJECT

DocumentCategoryObjectInstancesEdge

A DocumentCategoryObjectInstance edge in the connection.

link GraphQL Schema definition

  • type DocumentCategoryObjectInstancesEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `DocumentCategoryObjectInstance` at the end of the edge.
  • node: DocumentCategoryObjectInstance!
  • }