graphql-rails-generators
graphql-rails-generators copied to clipboard
Graphql Rails Scaffold™. Automatically generate GraphQL types from your rails models.
Results
2
graphql-rails-generators issues
Sort by
recently updated
recently updated
newest added
Mutation templates currently use a slightly weird form. Instead should generate something closer to traditional crud mutations: * `CreatePost` * `UpdatePost` * `DeletePost`