Diizzayy / nuxt-graphql-client

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

Allow additional `graphql-request` fetch options configuration. #491

Open pixleight opened 3 weeks ago

pixleight commented 3 weeks ago

Adds a fetchOptions key to GraphQL client config to allow further customization when defining a client in Nuxt config.

See https://github.com/jasonkuhrt/graphql-request#configuration

Diizzayy commented 1 week ago

@pixleight Great work! Thanks for taking the time to put this PR together, we'll have it merged soon