learning-graphql-and-relay
learning-graphql-and-relay copied to clipboard
For help, ask in #questions at slack.jscomplete.com
Results
2
learning-graphql-and-relay issues
Sort by
recently updated
recently updated
newest added
If you are using mongodb version >= 3, then you need to tweak this section a little bit: **/index.js** ```js MongoClient.connect(MONGO_URL, (err, client) => { assert.equal(null, err) console.log('Connection Approved') const...
Hi there, For chapter 1 of the book can you also put in the index.js file as well please? Thanks !