P2 - GraphQL

Minimal GraphQL endpoint with introspection and batching support.

Response

{
    "data": {
        "user": {
            "id": 1,
            "name": "User1"
        }
    }
}