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