class Graphql::Generators::MutationUpdateGenerator

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_update_generator.rb, line 17
def operation_type
  "update"
end