Graphql Codegen - No QueryClient set
Does anyone know why I would be getting this? I'm using
@graphql-codegen/typescript-react-query version 4.0.1. It's just a single TS file with all of the hooks generated for me. I'm importing the hook on a Next.js app that is using <QueryClientProvider>, but it's complaining about the generated file from graphql codegen not being wrapped in a client provider?