Skip to content

Commit

Permalink
- update presets description
Browse files Browse the repository at this point in the history
  • Loading branch information
laststylebender14 committed Aug 12, 2024
1 parent 070a91c commit 2425136
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/config-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,7 @@ type Query {

### Understanding Presets

This entire section is optional and we use best defaults to generate the configuration but you can override these parameter through preset section present in configuration like shown in following.
if you feel generated GraphQL configuration is good enough then feel free to skip this section.
This section is optional and can be used to optimize your configuration by applying various transformers that improve the configuration, such as adding meaningful names to types, merging duplicate types, removing unused types, and more. If you find that the generated GraphQL configuration is sufficient for your needs, you can skip this section.

The config generator provides a set of tuning parameters that can make the generated configurations more readable by reducing duplication and making configuration more readable. This can be configured using the `preset` section present in configuration.

Expand Down

0 comments on commit 2425136

Please sign in to comment.