class Graphql::Generators::MutationCreateGenerator
TODO: What other options should be supported?
@example Generate a `GraphQL::Schema::RelayClassicMutation` by name
rails g graphql:mutation CreatePostMutation
Private Instance Methods
operation_type()
click to toggle source
# File lib/generators/graphql/mutation_create_generator.rb, line 17 def operation_type "create" end