fix: gql headers not passed properly
This commit is contained in:
parent
917550ff4d
commit
752932ef3d
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ export class GQLConnection {
|
|||
method: "post",
|
||||
url,
|
||||
headers: {
|
||||
...headers,
|
||||
...finalHeaders,
|
||||
"content-type": "application/json",
|
||||
},
|
||||
data: JSON.stringify({
|
||||
|
|
|
|||
Loading…
Reference in a new issue