Empty gql variable string is substituted with an empty JSON object
This commit is contained in:
@@ -503,7 +503,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