tags
Retrieve a list of tags.
- after: returns the tags in the list that come after the specified cursor
- before: returns the tags in the list that come before the specified cursor
- first: returns the first _n_ tags from the list
- last: returns the last _n_ tags from the list
tags(
after: String
before: String
first: Int
last: Int
): TagConnection