Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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?
Solved! Go to Solution.
Sample query:
{ cityByPath (_path: "/content/dam/sample-content-fragments/folder") { item { _path name } } }
View solution in original post
Views
Like
Replies
Likes