DOC Remove reference to GraphQL verbosity

This commit is contained in:
Maxime Rainville 2022-04-12 13:44:07 +12:00
parent 3e5a74c6b2
commit c2c6e5392d

View File

@ -41,13 +41,6 @@ Keep in mind that many of your changes will be in YAML, which also requires a fl
If you do not provide a `schema` parameter, the task will build all schemas.
[/info]
#### Controlling verbosity
You can set the verbosity of the output by using `verbosity=<value>`.
Available values are the constants found in `SilverStripe\GraphQL\Schema\Logger`, e.g. `INFO`, `DEBUG`, `WARNING`.
By default, the verbosity is set to `INFO`.
### Building on dev/build
By default, all schemas will be built as a side-effect of `dev/build`. To disable this, change