Content Categories
Query content library articles
Use the contentCategories
query to retrieve a list of content categories.
Available Arguments
Arguments
Type
Description
id
ID
Id of caregory.
Available Fields
Field
Type
Description
Example with Category Filter
query{contentCategories(first:1 tags:["faqs"]){
edges{node{
name
id
lang
image
subcategories{
name
id
}
tags{
name
id
}
}}
}}
Last updated
Was this helpful?