-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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:
- (options: Omit<Apollo.QueryOptions<Types.CalculatorQueryVariables>, 'query'>, ctx?: any)
+ (options: Omit<Apollo.QueryOptions<Types.CalculatorQueryVariables>, 'query'>, ctx?: )
Metadata
Metadata
Assignees
Labels
No labels