GraphQL and REST

The GraphQL handler requires the REST handler. This is because all GraphQL requests are exposed as REST APIs, usually through a POST action.

When the GraphQL handler is added, one new resource is registered in API Gateway.

This resource is exposed under the _"/graphql"_ path in the url. See below for more information. See the _"REST Service"_ documentation for additional information.