graphql-kit / graphql-faker

🎲 Mock or extend your GraphQL API with faked data. No coding required.
MIT License
2.69k stars 225 forks source link

How would you generate IDL based on existing graphql sever? #57

Closed kuncevic closed 6 years ago

kuncevic commented 6 years ago

Is there anyway I can generate IDL based on an existing graphql server? This way it would save a lot on typing the things manually.

Any ideas?

IvanGoncharov commented 6 years ago

@kuncevic You can try this tool: https://github.com/Yoctol/fetch-graphql-schema https://github.com/Yoctol/fetch-graphql-schema/blob/master/src/index.js