graphql-rails-generators
graphql-rails-generators copied to clipboard
Clean up mutation templates
Mutation templates currently use a slightly weird form. Instead should generate something closer to traditional crud mutations:
CreatePostUpdatePostDeletePost