mst-gql
mst-gql copied to clipboard
Headers in gqlHttpClient sent with queries but not with mutations
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.
Hi @techknowfile Im helping @jesse-savary organize all the open issues... Are you still having this problem?