SOULs Update
souls update
command is used when you modify schema.rb
souls help update
Commands:
souls update create_mutation [CLASS_NAME] # Update GraphQL Type from schema.rb
souls update help [COMMAND] # Describe subcommands or one specific subcommand
souls update resolver [CLASS_NAME] # Update GraphQL Type from schema.rb
souls update rspec_factory [CLASS_NAME] # Update GraphQL Type from schema.rb
souls update rspec_mutation [CLASS_NAME] # Update GraphQL Type from schema.rb
souls update rspec_resolver [CLASS_NAME] # Update GraphQL Type from schema.rb
souls update scaffold [CLASS_NAME] # Update Scaffold Params
souls update type [CLASS_NAME] # Update GraphQL Type from schema.rb
souls update update_mutation [CLASS_NAME] # Update GraphQL Type from schema.rb
update
SOULs Update command:
$ souls update $MODEL_NAME