Skip to content

lewispham/mercurius-572

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to reproduce

  1. Install the project
  2. Run npm start
  3. 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}}'

About

mercurius bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published