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 c22ba1a commit 4811f43Copy full SHA for 4811f43
site/_core/MiniGraphiQL.js
@@ -83,7 +83,7 @@ module.exports = class MiniGraphiQL extends React.Component {
83
this.state.query,
84
this.props.rootValue,
85
null, // context
86
- this.state.variables && JSON.parse(this.state.variables),
+ this.state.variables && JSON.parse(this.state.variables)
87
).then(result => {
88
if (result.errors) {
89
result.errors = result.errors.map(formatError);
0 commit comments