class Graphql::Generators::MutationCreateGenerator

rails g graphql:mutation CreatePostMutation
@example Generate a ‘GraphQL::Schema::RelayClassicMutation` by name
TODO: What other options should be supported?

def operation_type

def operation_type
  "create"
end