Problems with ApolloInterceptor. #143192
Unanswered
Jensileus
asked this question in
Programming Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Body
I am new to swift, but i have used Apollo in other project, so I am well known with it. I want to add it to my project, but i just get the same error all the time. Example: Type 'TokenInterceptor' does not conform to protocol 'ApolloInterceptor' and here is the code? //Interceptor for adding tokens
import Apollo
class TokenInterceptor: ApolloInterceptor {
}
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions