Skip to content

Commit 564b83b

Browse files
NimitzDEVjmcdo29
andauthored
Update content/graphql/subscriptions.md
Co-authored-by: Jay McDoniel <[email protected]>
1 parent 18bd227 commit 564b83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ subscriptions: {
336336
onConnect: (context: Context<any>) => {
337337
const { connectionParams, extra } = context;
338338
// 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
339+
// when using with graphql-ws, additional context value should be stored in the extra field
340340
extra.user = { user: {} };
341341
},
342342
},

0 commit comments

Comments
 (0)