README.md in graphql_scaffold_fan-0.1.6 vs README.md in graphql_scaffold_fan-0.1.7

- old
+ new

@@ -7,11 +7,10 @@ ## Installation Add this line to your application's Gemfile: ```ruby -gem 'graphql' gem 'graphql_scaffold_fan' ``` And then execute: @@ -23,11 +22,13 @@ ## Usage Run `rails generate -h` to see if the GraphqlScaffold genertors have been loaded correctly Example commands: -`rails generate graphql_scaffold:init <ProjectName>` Initial command will use the root folder name as its ProjectName, so be free to enter any character here. +`rails generate graphql_scaffold:init <ProjectName>` + `rails generate graphql_scaffold:mutation <MutationName>` + `rails generate graphql_scaffold:type <TypeName>` If you ever found mutation not loading in schema: pls check the following code `config.load_defaults 6.1` `# config.autoloader = :zeitwerk` \ No newline at end of file