Does Appsmith support GraphQL queries?

I’d like to integrate a GraphQL query with Appsmith. How do I do that?

Answer from @arpit_appsmith:

Appsmith supports raw request bodies in it’s API invocations. To call a GraphQL API, all we need is a POST API with a Content-Type header of application/graphql . An example is shown below: