Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Oct 13, 2021
1 parent 66a7b6d commit 3ae6221
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/getting-started/codegen-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,11 @@ Here are the supported options that you can define in the config file (see [sour
- **`pluckConfig.globalGqlIdentifierName`** - Overrides the name of the default GraphQL name identifier.

- **`skipDocumentsValidation`** - Allows to configure how to validate documents

- **`skipDocumentsValidation.skipValidationAgainstSchema`** - A flag to disable the validation against the schema

- **`skipDocumentsValidation.ignoreRules`** - An array of rule names to ignore during the validation. You can find a list of the available rules [here](https://github.com/graphql/graphql-js/tree/main/src/validation/rules.

- **`skipDocumentsValidation.skipDuplicateValidation`** - A flag to disable the validation for duplicate documents

## Environment Variables
Expand Down

0 comments on commit 3ae6221

Please sign in to comment.