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

Show Comments