Thinh Nguyen
Results
1
issues of
Thinh Nguyen
**Describe the bug** Unused `pageParamKey` in file https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/react-query/src/fetcher-graphql-request.ts I think this: ```typescript return `export const useInfinite${operationName} = < TData = ${operationResultType}, TError = ${this.visitor.config.errorType} >( pageParamKey: keyof ${operationVariablesTypes}, client: GraphQLClient,...