graphql-code-generator-community
graphql-code-generator-community copied to clipboard
[react-apollo] Add support for `useLoadableQuery`
Is your feature request related to a problem? Please describe.
Add support for useLoadableQuery released in @apollo/client v3.9.
Describe the solution you'd like
Allow typescript-react-apollo to generate useLoadableQuery hook with the current withHooks: true option.
Describe alternatives you've considered
N/A
Additional context
N/A