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
HI @Rushabh5 - I assume the token is required to be able to execute the query which means it should be added to the request, not the response.
If you are really needing to modify the response then you will need to add your interceptor after the NetworkFetchInterceptor because that is where the request actually gets sent, so there will only be a valid response object after that interceptor.
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better.
Question
I am adding a Token in the TokenAddingInterceptor file but that response value is nil so how can I get the response value?
The text was updated successfully, but these errors were encountered: