OBJECT

TagRelationEntityEdge

A Relay edge containing a TagRelationEntity and its cursor.

link GraphQL Schema definition

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