jasonkuhrt / graffle

Simple GraphQL Client for JavaScript. Minimal. Extensible. Type Safe. Runs everywhere.
http://graffle.js.org/
MIT License
5.83k stars 308 forks source link

Support grpahql-config #948

Open jasonkuhrt opened 3 months ago

jasonkuhrt commented 3 months ago

Per https://github.com/jasonkuhrt/graphql-request/discussions/922#discussioncomment-9885338

Support https://the-guild.dev/graphql/config/docs/library/load-config

jasonkuhrt commented 3 months ago

I took a look at https://the-guild.dev/graphql/config/docs/user/usage#extensions and https://github.com/kamilkisiela/graphql-config and find its not clear enough for me to take on owning an extension for GraphQL Config. The project looks poorly maintained, lots of open issues and few commits by humans: https://github.com/kamilkisiela/graphql-config/graphs/contributors. @P4sca1 if you can help, PRs welcome.