README.md in graphql_scaffold_fan-0.1.5 vs README.md in graphql_scaffold_fan-0.1.6
- old
+ new
@@ -27,9 +27,15 @@
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: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`
+Reference link:
+https://guides.rubyonrails.org/classic_to_zeitwerk_howto.html
+
## Development
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
\ No newline at end of file