We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
context
useApolloClient#query()
Apollo's client.query() accepts a context argument: https://www.apollographql.com/docs/react/api/core/ApolloClient/#ApolloClient.query
client.query()
But ts-gql has a type error when I attempt to specify it for @ts-gql/apollo's export.
ts-gql
@ts-gql/apollo
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Apollo's
client.query()
accepts acontext
argument: https://www.apollographql.com/docs/react/api/core/ApolloClient/#ApolloClient.queryBut
ts-gql
has a type error when I attempt to specify it for@ts-gql/apollo
's export.The text was updated successfully, but these errors were encountered: