Hi @muskaanchandwani , I am aware that the graphql is meant for headless but is there any limitation that it cannot be used in headful (AEM components)?I haven't see any official documentation around the limitation of graphql with in AEM headful architecture. The reasons for implementing graphql end...
Hi @BrianKasingli , The reason for implementing graphql endpoint instead of AEM APIs like Content Fragment API is because.1. The JSON schema is nested 4 levels deep and iteration logic with the nested CFs is more complicated to handle.2. We have a headless app that uses the graphql endpoint for same...
Hi @VishalKa5 , The reason for leaning towards graphql endpoint instead of AEM APIs like Content Fragment API is because.1. The JSON schema is nested 3-4 levels deep and iteration logic with the nested CFs is more complicated to handle.2. We have a headless app that uses the graphql endpoint for sam...
Hi Everyone, I am developing an AEM component on AEMaaCS instance (headful approach).I need to get content fragment data and display it on the page using the AEM component in headful architecture. I am using Sling model to make a call to graphql endpoint. I used Apache libraries HttpGet, CloseableHt...
Do we have the ability to rollout just specific page properties (like tags or the thumbnail) so that we don't have to manually update each translated Live Copy if just a page property is updated. We have option to roll out just one specific component on the page. However, unable to find out how to r...
Hi All,We are working on implementing a login functionality and trying to integrate with Azure B2C. We are on AEM as a Cloud Service. Any guidance on the integration would really help us. Thank you
Is there a way to setup a new environment (QA) with dispatcher in AEM as Cloud Service. Currently, I see only Dev, Stage and Prod. How can we customize and add a new environment with a dispatcher. Thank you,Pavan