Hi guys
I wanted to share an atmosphere package called graphqlizer that I created, which transforms your simple-schema and collection into type defs and resolvers to easily create GraphQL Apis.
If you’re not really up-to-date with GraphQL I’d strongly recommend to check it out, because it solves most of the problems with modern web apps and other type of HTTP based Apis (REST, SOAP etc). The GraphQL site has a cool text based introduction and if you’re a visual kind of person like me, you can check out my introduction screencast.
Let me know what you think