Merge branch 'master' into gql/editor-updates
This commit is contained in:
@@ -525,7 +525,7 @@ export default {
|
||||
headers[header.key] = header.value
|
||||
})
|
||||
|
||||
let variables = JSON.parse(this.variableString)
|
||||
let variables = JSON.parse(this.variableString || "{}")
|
||||
|
||||
const gqlQueryString = this.gqlQueryString
|
||||
|
||||
|
||||
Reference in New Issue
Block a user