-
Notifications
You must be signed in to change notification settings - Fork 749
Closed
Labels
questionIssues that have a question which should be addressedIssues that have a question which should be addressed
Description
Question
Hi Team, is there any way in the ApolloClient to receive a headers of the response?
as I see in here that we don't have access to headers in the resultHandler
public func fetch(query: Query, cachePolicy: Apollo.CachePolicy = .default, contextIdentifier: UUID? = nil, context: (any Apollo.RequestContext)? = nil, queue: DispatchQueue = .main, resultHandler: Apollo.GraphQLResultHandler<Query.Data>? = nil) -> (any Apollo.Cancellable) where Query : ApolloAPI.GraphQLQuery
Metadata
Metadata
Assignees
Labels
questionIssues that have a question which should be addressedIssues that have a question which should be addressed