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
Latest update generated the following line in my output file:
import { getApolloClient , any} from '~hooks/useApollo';
because the contextType is added as an import (which is wrong).
setting contextType: "" fixes that line but generates wrong syntax for other lines:
contextType: ""
- (options: Omit<Apollo.QueryOptions<Types.CalculatorQueryVariables>, 'query'>, ctx?: any) + (options: Omit<Apollo.QueryOptions<Types.CalculatorQueryVariables>, 'query'>, ctx?: )
The text was updated successfully, but these errors were encountered:
I made a change to address this earlier. #258
Sorry, something went wrong.
No branches or pull requests
Latest update generated the following line in my output file:
because the contextType is added as an import (which is wrong).
setting
contextType: ""
fixes that line but generates wrong syntax for other lines:The text was updated successfully, but these errors were encountered: