OBJECT

TagEdge

link GraphQL Schema definition

  • type TagEdge {
  • # The item at the end of Edge.
  • node: Tag!
  • # A cursor for use in pagination. Generated using Bas64 encoding the tag's ID.
  • cursor: String!
  • }