GraphQLCasts
GraphQLCasts copied to clipboard
Completed Code Examples from GraphQL with React

Is the lyrical directory having the same content as https://github.com/StephenGrider/Lyrical-GraphQL
A little bit confusing. This repo has a directory lyrical, and there are also a seperate repo name lyrical https://github.com/StephenGrider/Lyrical-GraphQL
Fails to load webpack because of 'compnents/app'. Should be 'components/App'.
standalone use of auth-graphql-starter/ ``` ERROR in ./client/index.js Module build failed: SyntaxError: Unexpected token (27:4) 25 | const Root = () => { 26 | return ( > 27 |...
Just a FYI, users may see an error such as this ``` Error: Cannot find module 'loadash' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:594:15) at Function.Module._load (internal/modules/cjs/loader.js:520:25) at Module.require (internal/modules/cjs/loader.js:650:17) at require (internal/modules/cjs/helpers.js:20:18) ```...
You forgot to add "nodemon" as a package.json dependency.
PS C:\GraphQLCasts\Lyrical-GraphQL> yarn run dev yarn run v1.3.2 $ nodemon index.js --ignore client [nodemon] 1.17.5 [nodemon] to restart at any time, enter `rs` [nodemon] watching: *.* [nodemon] starting `node index.js`...
When running the following GraphQL query: ``` mutation { addLyricToSong(songId: "5af29df7c084014b34d2bb8a", content: "Oh my oh my its a cold night"){ id } } ``` This error is returned from my...
Hi Stephen! Thank you for your lectures and they are really good and well-structured. I am curious about whether we can get the slides of the course.