You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Apollo docs headers (and other changes on outgoing request) can be set using willSendRequest method.
So we can extract this code to the willSendRequest function.
In this way we can separate the request building that related to directive implementation from the applying outgoing auth (related to upstreams concept)
The text was updated successfully, but these errors were encountered:
According to Apollo docs headers (and other changes on outgoing request) can be set using
willSendRequest
method.So we can extract this code to the
willSendRequest
function.In this way we can separate the request building that related to directive implementation from the applying outgoing auth (related to upstreams concept)
The text was updated successfully, but these errors were encountered: