Can we create or modify Content fragment using POST/PUT requests using AEM GraphQL query ? | Community
Skip to main content
New Participant
May 16, 2022
Solved

Can we create or modify Content fragment using POST/PUT requests using AEM GraphQL query ?

  • May 16, 2022
  • 1 reply
  • 565 views

Can we create or modify Content fragment using POST/PUT requests using AEM GraphQL query ?

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 Nitin_laad

Hi @rohit4 

GraphQL is a query language for APIs to fetch requested data, nothing more than that.

AEM Asset HTTP API can be used to perform CRUD operations on content fragments as they are part of AEM Assets.

1 reply

Nitin_laad
Nitin_laadAccepted solution
New Participant
May 16, 2022

Hi @rohit4 

GraphQL is a query language for APIs to fetch requested data, nothing more than that.

AEM Asset HTTP API can be used to perform CRUD operations on content fragments as they are part of AEM Assets.