OBJECT

DocumentTagsEdge

A DocumentTag edge in the connection.

link GraphQL Schema definition

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