StellateHQ / fuse

Fuse: The fastest way to build and query great APIs with TypeScript

Home Page:https://fusedata.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read GraphQL schema from `graphql-config` file

JoviDeCroock opened this issue · comments

Summary

A lot of people in the ecosystem are opted into the graphql-config way of things, rather than always relying on folks passing fuse dev --client --schema x we should attempt to read the graphql-config if there is one present and use the schema/url/... we derive from there.

This is all neatly packaged into their library authors guide so we can start using it immediately 🙌