What is the «GraphQl» (`Magento_GraphQl`) module for?

GraphQl provides the framework for the application to expose GraphQL compliant web services.
It exposes an area for GraphQL services and resolves request data based on the generated schema. It also maps this response to a JSON object for the client to read.

github.com/magento/magento2/blob/5e00970c/app/code/Magento/GraphQl/README.md

See also: