Queries
/tags
tags
Get a collection of tags.
Arguments
ids
[ID!]
Required
A list of tags unique identifiers.
Returns
- Get a collection of tags.
query tags($ids: [ID!]) { tags(ids: $ids) { # tags fields } }
Built with
Get a collection of tags.
ids
[ID!]
Required
query tags($ids: [ID!]) { tags(ids: $ids) { # tags fields } }