AEM GraphQL customization with page url in place of content fragment url | Community
Skip to main content
Level 2
November 26, 2021
Solved

AEM GraphQL customization with page url in place of content fragment url

  • November 26, 2021
  • 1 reply
  • 639 views

Hi,

 

My requirement is to use graphql with the page level url, and then retrieve all the content fragment attached to that page, and provide the data back to front-end.

 

Is there any reference for this type of customization of graphql with AEM. I understand the current implementation with content fragment model.

 

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,
This is not availble OOTB at the moment.

You can try alternative approach e.g. https://blog.kornelondigital.com/2019/02/17/building-a-graphql-content-api-to-consume-aem-content/

 

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
November 27, 2021

Hi,
This is not availble OOTB at the moment.

You can try alternative approach e.g. https://blog.kornelondigital.com/2019/02/17/building-a-graphql-content-api-to-consume-aem-content/

 

Arun Patidar