README.md in graphql_preload_queries-0.2.2 vs README.md in graphql_preload_queries-0.3
- old
+ new
@@ -82,9 +82,15 @@
Or install it yourself as:
```bash
$ gem install graphql_preload_queries
```
+For debugging mode:
+```
+ # config/initializers/gql_preload.rb
+ GraphqlPreloadQueries::DEBUG = true
+```
+
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/owen2345/graphql_preload_queries. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License