Solved
GraphQL : Is is possible to query content fragments from specific folder location?
I want to use GraphQL to query content fragments in specific folder location. Can I do it using GQL or would that only be possible in QueryBuilder API?
I want to use GraphQL to query content fragments in specific folder location. Can I do it using GQL or would that only be possible in QueryBuilder API?
Sample query:
{
cityByPath (_path: "/content/dam/sample-content-fragments/folder") {
item {
_path
name
}
}
}Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.