OBJECT

AllTagEdge

A String edge in the connection.

link GraphQL Schema definition

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