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 7fb3fc1 commit 6fa14a3Copy full SHA for 6fa14a3
graphiql.go
@@ -143,7 +143,7 @@ add "&raw" to the end of the URL within a browser.
143
var fetchURL = locationQuery(otherParams);
144
145
// Defines a GraphQL fetcher using the fetch API.
146
- function graphQLFetcher(graphQLParams, opts = {headers: {}) {
+ function graphQLFetcher(graphQLParams, opts = {headers: {}}) {
147
return fetch(fetchURL, {
148
method: 'post',
149
headers: {
0 commit comments