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 8620eb1 commit fe96029Copy full SHA for fe96029
src/integrations/iron_handlers.rs
@@ -189,10 +189,7 @@ impl Handler for GraphiQLHandler {
189
'Accept': 'application/json',
190
'Content-Type': 'application/json',
191
},
192
- body: JSON.stringify({
193
- query: params.query,
194
- variables: JSON.parse(params.variables || '{}')
195
- }),
+ body: JSON.stringify(params)
196
}).then(function (response) {
197
return response.text();
198
}).then(function (body) {
0 commit comments