Diizzayy / nuxt-graphql-client

⚡️ Minimal GraphQL Client + Code Generation for Nuxt3
https://nuxt-graphql-client.web.app
MIT License
341 stars 42 forks source link

GET is used for mutations alongside queries #350

Open artm4r opened 11 months ago

artm4r commented 11 months ago

Environment


Describe the bug

image mutation requests are sent as GET requests. But they have to be POST requests. I set preferGETQueries: true

Also #import for fragments isn't working for me=(

Expected behaviour

I need GET requests for queries, but I dont need GET for mutations. Is there a way to do this?

Reproduction

No response

Additional context

No response

Logs

No response