Jim Dwyer

Results 1 comments of Jim Dwyer

There seems to be an issue with the constructor. A "fix" is to assign the client.defaultOptions after the ApolloClient is created: ``` const client = new ApolloClient({ credentials: 'include', })...