class Graphql::Generators::MutationUpdateGenerator
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 "update" end