graphql-js
graphql-js copied to clipboard
https://www.howtographql.com/graphql-js/1-getting-started/
Following the tutorial, a simple mutation, I am getting error at './src/schema.graphql'. I am using node version v11.1.0 /Users/raghu/Documents/hackernews-node/node_modules/graphql/language/lexer.js:280 throw (0, _syntaxError.syntaxError)(source, pos, unexpectedCharacterMessage(code)); ^ GraphQLError: Syntax Error: Cannot parse...
I tried running the mutation.Vote query in the graphQL playground, but I keep getting an error, My code looks exactly the same as the one on the repo. Here is...
**Server fails to start with the following command** _node src/index.js_ **Ref. Page**: https://www.howtographql.com/graphql-js/1-getting-started/ **Error in console:** => ``
I am following the tutorial and i just encountered a problem on the signup step:  There is no error (neither in the server console, nor in the API response)....
Hey, Thanks for the great tutorial, it was very helpful in learning GraphQL. I actually started the React tutorial first, then decided to come and do this one, as the...
I know this issue has been raised before in #14 but I feel this must be a different problem as the previous issue is over a year old and appears...
At different times in the tutorial, the GraphQL resolver parameter "parent" is named "root", even though it is always referred to as "parent". Either making the terminology consistent or providing...
First of all, thanks for the great course. As someone with zero experience in GraphQL, the course helped me get a deeper understanding of how things work. I feel like...
After command `prisma generate` i see ``` Generating schema... 32ms { parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }. ``` How to fix it?
