We created a content fragment model, "bonus", and a content fragment from this model ("mybonus")
We have a graphql client and are trying to get it to return the fields of mybonus.
This document: says
To enable GraphQL queries in AEM, create an endpoint at /content/cq:graphql/global/endpoint:
How do we do this?
It then talks about "additional configuration" below:
Additional configurations are required:
Does anyone have any documentation or guides on how and where to do the above? We are using the cloud SDK locally, and the Cloud version of AEM in production.
Solved! Go to Solution.
Views
Replies
Total Likes
Few features are now available in AEMaaCS OOTB
- Tools> GraphQL (to create and publish endpoints)
- Tools > GraphQL Query Editor (GraphiQL explorer to create and edit persisted queries)
- GraphQL Servlet Configuration:
- CSRF config
- Default settings for GraphQL cache are also available. However you can fine-tune them, Details on https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/g...
Hi @TB3dock,
In the same documentation as you mentioned in your post, under section "Supporting Packages" -> Package link exist and it states it has all the required configuration.
Can you try installing the same. (Ignore if you have already downloaded from here)
Few features are now available in AEMaaCS OOTB
- Tools> GraphQL (to create and publish endpoints)
- Tools > GraphQL Query Editor (GraphiQL explorer to create and edit persisted queries)
- GraphQL Servlet Configuration:
- CSRF config
- Default settings for GraphQL cache are also available. However you can fine-tune them, Details on https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/g...
Views
Likes
Replies
Views
Likes
Replies