Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
SOLVED

AEM Graphql endpoint (non-persistent query) does support mutation?

Avatar

Level 1
 
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

Screenshot 2023-08-07 at 6.49.46 PM.png

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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.

Screenshot 2023-08-07 at 6.49.46 PM.png

Avatar

Level 1

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