AEM Graphql endpoint (non-persistent query) does support mutation? | Community
Skip to main content
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 Mahedi_Sabuj

Hi @jagadeeshsuAdobe Experience Manager (AEM) does NOT support GraphQL mutations out of the box for non-persistent queries. AEM's GraphQL implementation primarily focused on read-only, non-persistent queries to retrieve data from the repository.

If you check GraphQL Query Editor (GraphiQL Explorer), only Query is available on the Docs section.

1 reply

Mahedi_Sabuj
Community Advisor
Mahedi_SabujCommunity AdvisorAccepted solution
Community Advisor
August 7, 2023

Hi @jagadeeshsuAdobe Experience Manager (AEM) does NOT support GraphQL mutations out of the box for non-persistent queries. AEM's GraphQL implementation primarily focused on read-only, non-persistent queries to retrieve data from the repository.

If you check GraphQL Query Editor (GraphiQL Explorer), only Query is available on the Docs section.

Mahedi Sabuj
August 10, 2023

Thanks for quick response @mahedi_sabuj,.During implementation missed AEM Documentation with IDE.