Skip to content

Commit

Permalink
docs: query should be parsed [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Nov 3, 2020
1 parent 5894eb6 commit 222a796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ createServer(
schema,
contextValue: getDynamicContext(ctx, msg),
operationName: msg.payload.operationName,
document: parse(msg.payload.operationName),
document: parse(msg.payload.query),
variableValues: msg.payload.variables,
};

Expand Down

0 comments on commit 222a796

Please sign in to comment.