howtographql / graphql-js

https://www.howtographql.com/graphql-js/1-getting-started/
363 stars 126 forks source link

Problem with path of typeDefs #76

Open roei3000b opened 3 years ago

roei3000b commented 3 years ago

I think you have problem here with typeDefs: https://github.com/howtographql/graphql-js/blob/ca0d290a7bd29569e67e7438851ebad54db0c697/src/index.js#L27

The schema.graphql file located also in src folder, so why you try to refer it as "./src/schema.graphql" and not simply: "./schema.graphql"?