DEV Community

Alex Sharp 🛠sharesecret.co
Alex Sharp 🛠sharesecret.co

Posted on • Originally published at ajsharp.com

2 2

Graphql Rails Generators

I recently published some helpful generators for working with graphql in rails. These generators look at your ActiveRecord models and generate model types, input types, and mutations from your ActiveRecord model schema. Enjoy.

https://github.com/ajsharp/graphql-rails-generators

Top comments (1)

Collapse
 
storrence88 profile image
Steven Torrence •

Sweet! I'll definitely check it out. Thanks!