fix: gql headers not passed properly
This commit is contained in:
@@ -195,7 +195,7 @@ export class GQLConnection {
|
|||||||
method: "post",
|
method: "post",
|
||||||
url,
|
url,
|
||||||
headers: {
|
headers: {
|
||||||
...headers,
|
...finalHeaders,
|
||||||
"content-type": "application/json",
|
"content-type": "application/json",
|
||||||
},
|
},
|
||||||
data: JSON.stringify({
|
data: JSON.stringify({
|
||||||
|
|||||||
Reference in New Issue
Block a user