OBJECT

DocumentCategoriesEdge

A DocumentCategory edge in the connection.

link GraphQL Schema definition

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