class Graphql::Generators::MutationDeleteGenerator

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