Graphqlizer - Easily expose your mongo collections over graphql

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 :slight_smile:

10 Likes

Looks great! Once I start switching to GraphQL, this is where I will start.

1 Like

Also there’s a test app on Github if you want to have a look at an example meteor app with graphqlizer usage.

1 Like

Wow…this is great! checking it out…