Merge pull request #10279 from creative-commoners/pulls/4/nerf-graphql-verbosity-option

DOC Remove reference to GraphQL verbosity
This commit is contained in:
Daniel Hensby 2022-04-12 09:42:07 +01:00 committed by GitHub
commit 579cfdc5db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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