Closed dkruk closed 3 years ago
I think this is actually a question for Apollo Client, not this library. We just provide some types and integration with graphql-ppx
other headers are working normally. That said, I googled for examples and only ever see people using lowercase accept
. It's a long shot, but have you tried this?
@jeddeloh thanks for your reply
This is very strange, but it works! Thank you!
I close this issue.
Hello. I have issue with
HttpLink
headers.Using this example from the documentation, I created a link to my GraphQL endpoint.
I expect the
Accept
header to be exactlyapplication/json
, but*/*
is automatically added to the value.This is a bug? If not, how can this be fixed?
Thank you!