- Install the project
- Run npm start
- Send an invalid query to the initialized server
curl --location --request POST 'http://localhost:4000/graphql' \
--header 'Content-Type: application/json' \
--data-raw '{"query":"query ($x: Int!, $y: Int!) {\n add (x: $x, y: $y)\n}","variables":{"x":1}}'