TagPaginationConnection
The connection type for Tag.
Fields
Used By
Definition
"""The connection type for Tag."""type TagPaginationConnection { """ A list of edges. """ edges: [TagEdge]
""" A list of nodes. """ nodes: [Tag]
""" Information to aid in pagination. """ page_info: PageInfo!
""" Total count of items. """ total_count: Int!}