mst-gql icon indicating copy to clipboard operation
mst-gql copied to clipboard

Headers in gqlHttpClient sent with queries but not with mutations

Open techknowfile opened this issue 4 years ago • 1 comments

I am adding headers to my gqlHttpClient with getEnv(store).gqlHttpClient.setHeaders({Authorization: "Bearer " + user.access_token})

This works perfectly in my queries. However, when calling the scaffolded mutations, the Authorization header isn't being sent.

techknowfile avatar Jun 17 '21 22:06 techknowfile

Hi @techknowfile Im helping @jesse-savary organize all the open issues... Are you still having this problem?

Benz19 avatar Nov 06 '22 18:11 Benz19