hasura / learn-graphql

Real world GraphQL tutorials for frontend developers with deadlines!
https://hasura.io/learn/
MIT License
1.2k stars 651 forks source link

node example missing critical info on how to run #796

Closed o-az closed 1 year ago

o-az commented 1 year ago
  1. It's not possible to run the node example by following the existing README.md. I added info on prerequisite docker compose step,
  2. Updated GraphQL Yoga package name to match what the official repo recommends: @graphql-yoga/node,
  3. Added missing package: @graphql-typed-document-node/core.
praveenweb commented 1 year ago

@o-az - Thanks for the PR.

We missed the docker-compose instruction (@arjunyel). Merging this one.