OBJECT
TagGroupItemEdge
An edge in a connection.
link GraphQL Schema definition
- type TagGroupItemEdge {
- # The item at the end of the edge
- : TagGroupItem
- # A cursor for use in pagination
- : String!
- }
OBJECT
An edge in a connection.
- type TagGroupItemEdge {
- # The item at the end of the edge
- : TagGroupItem
- # A cursor for use in pagination
- : String!
- }