nuxt-graphql-client icon indicating copy to clipboard operation
nuxt-graphql-client copied to clipboard

⚡️ Minimal GraphQL Client + Code Generation for Nuxt3

Results 107 nuxt-graphql-client issues
Sort by recently updated
recently updated
newest added

Hello, Sometimes, when I update the graphql schema, I face this issue where my development server crashes just after model recreation. I don't know if it is related to reloading...

I just found the project here and read #3. Now I have the following question/feature request: Will the implementation of an access token and a refresh token setup be supported...

enhancement

I get this error when trying to run the bundled nuxt app `[nuxt] [request error] Cannot find module '[mypath]\Frontend\.output\server\node_modules\graphql\language\parser' imported from [mypath]\Frontend\.output\server\chunks\server.mjsDid you mean to import graphql/language/parser.js? at new NodeError...

bug

How can I mock generated gql functions I tried multiple ways to mock gql functions fe. ```ts vi.mock('#build/gql', () => ({ GqlLogin: async () => ({ login: { access_token: 'access_token',...

I'm working on a headless Craft CMS site and need to send api requests with a dynamically generated query parameter to get live previews of content. Is it possible to...

GraphQL Codegen has some more config options of which I'd like to use some with this nuxt module: https://www.graphql-code-generator.com/docs/config-reference/codegen-config#configuration-options Specifically disabling document validation

enhancement

Is there a fix for the following? ExperimentalWarning: buffer.Blob is an experimental feature. This feature could change at any time 09:07:50 (Use `node --trace-warnings ...` to show where the warning...

Hi there I just saw that the demo with the SpaceX API is failing under: https://stackblitz.com/github/diizzayy/nuxt-graphql-client-demo I got the same error in local with the exact same setup.