Skip to content

Commit dcf60cb

Browse files
authored
Update part8c.md
1 parent c5b0a47 commit dcf60cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/8/en/part8c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ We also included a few validations. _required: true_, which makes sure that a va
5555
We can get the application to mostly work with the following changes:
5656

5757
```js
58-
const { ApolloServer, UserInputError, gql } = require('apollo-server')
58+
const { ApolloServer, UserInputError, gql } = require('@apollo/server')
5959
const mongoose = require('mongoose')
6060
const Person = require('./models/person')
6161

0 commit comments

Comments
 (0)