OBJECT
AllTagsConnection
A connection to a list of String values.
link GraphQL Schema definition
- type AllTagsConnection {
- # A list of `String` objects.
- : [String]!
- # A list of edges which contains the `String` and cursor to aid in pagination.
- : [AllTagEdge!]!
- # The count of *all* `String` you could get from the connection.
- : Int!
- }