TagsConnection
TagsConnection
A connection to a list of Tag values.
| Field | Argument | Type | Description |
|---|---|---|---|
| nodes | [Tag!]! | A list of `Tag` objects. | |
| edges | [TagsEdge!]! | A list of edges which contains the `Tag` and cursor to aid in pagination. | |
| pageInfo | PageInfo! | Information to aid in pagination. | |
| totalCount | Int! | The count of *all* `Tag` you could get from the connection. | |