Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

Mahedi Sabuj

MS-29LinkedIn

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

Mahedi Sabuj

MS-29LinkedIn

Avatar

Level 1

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