Hi @Syed_Shaik ,
Persisted queries are GraphQL queries that are created and stored on the Adobe Experience Manager (AEM) as a Cloud Service server, Refer this Article. https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/headless/graphql-api/persisted-queries#how-to...
Hi @sonuk85184451 ,
The repository path of the GraphQL for AEM global endpoint is:
/content/cq:graphql/global/endpoint
For which your app can use the following path in the request URL:
/content/_cq_graphql/global/endpoint.json
I found this Article it will be helpful to you.
Refer https://exper...
Hi @RajeevKu ,
Did you got solution for this problem? Please let the community know if so, it would help others to learn from that knowledge.
If not, check this site for some idea about Pagination using GraphQL https://hygraph.com/learn/graphql/pagination?form=MG0AV3
Happy Coding,
Hi @sonuk85184451 ,
I think you end point was wrong, please try this
/content/graphql/global/endpoint.json
Follow this page for more clarification.
https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-with-aem-headless/graphql/quick-setup/local-sdk#prerequisites...
Hi @jeremylanssiers ,
Choosing the better approach depends on a few factors, such as the specifics of your use case, performance considerations, and maintainability.
Here's a comparison of both approaches:
Recursive Method
Pros:
Simplicity: Straightforward and easy to understand, especia...
Hi @NageshRaja ,
Have you tried debugging contextHub in publish? Try this.
Configure the Adobe Granite ContextHub OSGi service (PID = com.adobe.granite.contexthub.impl.ContextHubImpl) to log detailed Debug messages that are useful when developing.
To configure the service you can either use the W...
Hi @Deleted Account ,
You can add Image Rendition as well in the below code to get Appropriate image to display.
Here is detailed documentation.
https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-with-aem-headless/how-to/images#:~:text=AEM's%20GraphQL%20queries%2...
Hi @TimothyJ ,
We faced a similar challenge recently and solved it using two different approaches. You can try whichever suits you better:
Approach 1:We didn't require a glossary list in our PDF generation, so we repurposed it as a blank page by making changes in the Page Layout section of the PDF...
Hi @jordanlongato ,
Did you found solution for this problem, If not, try this solution given here.
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190570
Hi @Nilesh_Mali ,
Yes, On high level its possible to create pages using the JSON data read from DAM using Page Manager API.
However, you need to create Page Templates before using pagemanager api. as you dont have resourceresolver at this point for using Page Builder API.
Here are some steps for y...