OBJECT

TagConnection

A paginated list of tags, and its metadata.

link GraphQL Schema definition

1type TagConnection {
2
3# The list of tags in this page.
4edges: [TagEdge!]
5
6# Information about this page of tags.
7pageInfo: PageInfo!
8
9}