Content Tags
Query content library articles
Use the contentTags
query to retrieve a list of content Tags.
Available Arguments
Arguments
Type
Description
name
String
Filters by tag name.
Available Fields
Field
Type
Description
name
String
Name of Tag.
Id
ID
Id of Tag.
Example with Category Filter
query{contentTags{
edges{node{
name
id
}}
}}
Last updated
Was this helpful?