These are examples of queries to fetch custom tag taxonomy data.
Retrieve tags with taxonomy "product-tag"
:
Type GenericCustomPost
has field tags
, to retrieve the custom tags added to the custom post:
To retrieve the custom posts with given tags, we can use input filter.tags
:
Mutation:
Nested mutation:
This query creates, updates and deletes tag terms for a custom some-tag-taxonomy
tag: