Reputation: 8434
Currently using Apollo Angular for graphql needs. As part of the project there is a need to make queries/mutations which bypass the interceptors we have in place. Our previous solution without Apollo we just instantiated a new HttpBackend which bypasses the interceptors stage, we are trying to figure out if its possible to do something similar with Apollo Angular and if yes how? Thanks in advance.
Upvotes: 0
Views: 56