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 18bd227 commit 564b83bCopy full SHA for 564b83b
content/graphql/subscriptions.md
@@ -336,7 +336,7 @@ subscriptions: {
336
onConnect: (context: Context<any>) => {
337
const { connectionParams, extra } = context;
338
// user validation will remain the same as in the example above
339
- // when using with graphql-ws, additional context value should store into extra field
+ // when using with graphql-ws, additional context value should be stored in the extra field
340
extra.user = { user: {} };
341
},
342
0 commit comments