Hi @JagadeeshSu, Adobe 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.
Hi @JagadeeshSu, Adobe 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.