Generate GraphQL basic Schema & Resolvers from SimpleSchema

meteor add kuip:schema-graphql-bridge

I have built a SimpleSchema -> GraphQL bridge for automatically updating your basic GraphQL schema and resolvers (queries) when you change your SimpleSchema. Very good for fast prototyping or in the initial phases of an app.

You can find the docs and info about exactly what code is replaced by my package:

GitHub: https://github.com/kuip/meteor-schema-graphql-bridge
Video demo: https://www.youtube.com/watch?v=5Z7ZSUIdamg

9 Likes

This is simply Briljant! I have no other words for it.

I can imagine this would be helpful for a lot of people.

1 Like