OBJECT

TagEntityEdge

A Relay edge containing a TagEntity and its cursor.

link GraphQL Schema definition

  • type TagEntityEdge {
  • # The item at the end of the edge
  • node: TagEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }