Hi, this plugin it's awesome! I'm able to get it working with @apollo/client with a custom ApolloLink as suggested in documentation.
It's also possible to make GraphQL Code Generator generate right types? I'm using it to generate Typescript types and React Hooks.
typescript-operations is the plugin that generate types, maybe should be possible to pass graphql-lodash custom directives and use them to generate right the types.
Some advice on how to do it?
Hi, this plugin it's awesome! I'm able to get it working with
@apollo/clientwith a customApolloLinkas suggested in documentation.It's also possible to make
GraphQL Code Generatorgenerate right types? I'm using it to generate Typescript types and React Hooks.typescript-operationsis the plugin that generate types, maybe should be possible to passgraphql-lodashcustom directives and use them to generate right the types.Some advice on how to do it?