suessflorian / gqlfetch

Generates a graphql server schema using introspection.
MIT License
16 stars 12 forks source link

Add a way to generate the sdl from a json introspection file #21

Open netixx opened 2 weeks ago

netixx commented 2 weeks ago

A propose adding a new commandline that enables generating the SDL from a local JSON file (instead of fetch over https).

In my case, it's easier to download the file locally, because I don't have easy access to the introspection endpoint from the dev environment.