Adding headers when interacting with remote schemas

Issue #10 resolved
Ryan McDougall created an issue

I was wondering if this was possible on the current version. I have a use case where I would want to send a bearer token to the upstream graphql instances.

Comments (4)

  1. Ders Sarossi Account Deactivated

    hey Ryan,

    i have a solution for this, in the

    public class RemoteRetriever<C> implements GraphQLRemoteRetriever<C>

    you can do it by adding arbitrary headers manually.

    Greets, Ders

  2. Kurt Harriger Account Deactivated

    Correct you can implement GraphQLRemoteRetriever to send your own headers

  3. Log in to comment