Diizzayy / nuxt-graphql-client

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

feat: allow sending queries with GET method #221

Closed Diizzayy closed 2 years ago

Diizzayy commented 2 years ago

This PR introduces a new preferGETQueries flag which when enabled, sends all query requests using the HTTP GET method.

Closes #219

maximilliangeorge commented 8 months ago

I think there might be a bug with this not working server side… These requests seem to be using POST despite having declared preferGETQueries: true in nuxt.config.

Screenshot 2024-03-08 at 18 29 15