How to add headers to the ApolloClient on every graphQL call? – Help

How to add headers to the ApolloClient on every graphQL call? – Help

class GraphQL: NSObject { private(set) lazy var apollo: ApolloClient = { let url = URL(string: EndPoints.graphQLURL)! let configuration = …

 

Read More