OBJECT
TagGroupConnection
A connection to a list of items.
link GraphQL Schema definition
- type TagGroupConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [TagGroupEdge]
- # A list of TagGroup nodes.
- : [TagGroup!]!
- # The total count of items in the connection.
- : Int!
- }