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.
2 parents e12e03d + c5879af commit f291958Copy full SHA for f291958
src/content/8/es/part8e.md
@@ -153,7 +153,7 @@ La suscripción _personAdded_ necesita un solucionador. El solucionador _addPers
153
Los cambios requeridos son los siguientes:
154
155
```js
156
-const { PubSub } = require('apollo-server') // highlight-line
+const { PubSub } = require('graphql-subscriptions') // highlight-line
157
const pubsub = new PubSub() // highlight-line
158
159
Mutation: {
0 commit comments