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
- : TagRelationEntity
- # A cursor for use in pagination
- : String!
- }