Latest express-graphql does not support latest graphql
{
"express-graphql": "^0.6.11",
"graphql": "^0.12.3"
}
Same issue here
Hey folks,
Check what version of npm you're running:
npm -v
If it's below 5.6, try updating to the latest.
Mac:
sudo npm install -g npm
Other:
npm install -g npm
More info here:
https://stackoverflow.com/questions/6237295/how-can-i-update-node-js-and-npm-to-the-next-versions
That did the trick for me -- hopefully it works for you, too.
@dmytro-kerest @thiagovilla 馃摝 v0.6.12 released with support for graphql v0.12.x and v0.13.x.
Most helpful comment
@dmytro-kerest @thiagovilla 馃摝 v0.6.12 released with support for graphql v0.12.x and v0.13.x.