We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b0a47 commit dcf60cbCopy full SHA for dcf60cb
src/content/8/en/part8c.md
@@ -55,7 +55,7 @@ We also included a few validations. _required: true_, which makes sure that a va
55
We can get the application to mostly work with the following changes:
56
57
```js
58
-const { ApolloServer, UserInputError, gql } = require('apollo-server')
+const { ApolloServer, UserInputError, gql } = require('@apollo/server')
59
const mongoose = require('mongoose')
60
const Person = require('./models/person')
61
0 commit comments