graphql-js
graphql-js copied to clipboard
https://www.howtographql.com/graphql-js/1-getting-started/
Hi, & first thanks for this tuto, really helpful to learn GraphQL I'm facing an understanding issue. I finished chapter "Connecting The Server and Database with Prisma Client" & started...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Hey Guys, trust you're doing well. I love graphQL and its simplicity and I wish to contribute to its growth to the best of my knowledge. I found out the...
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"?
In line 20 the code instead should be typeDefs: "../src/schema.graphql"
This course was very useful, thank you very much to those who dedicated their time doing it. The only thing missing for me was the configuration of the prism to...
First off, great tutorial and very helpful. Somewhere near the end of chapter 3 or 4 you pose a challenge the write the rest of the CRUD operations for the...
Update the tutorial Please! https://github.com/howtographql/graphql-js/blob/406806558500742246fe49db3091a0a7c4d976ec/src/resolvers/Query.js#L4 
Can't figure out what's happening, what can I do? Should I send a header, or did it miss one step setting up the backend?
Since the $exists is being called to check if an instance of a Vote already exists, the variable name has been changed to reflect that. Relates to: https://github.com/howtographql/howtographql/pull/1002