Skip to content

Commit

Permalink
Update list of available validators (as of GraphQL 0.13.2) (#121)
Browse files Browse the repository at this point in the history
* Configure Renovate (#111)

* Update list of available validators (as of GraphQL 0.13.2)
  • Loading branch information
pleunv authored and jnwng committed Apr 6, 2018
1 parent 4df7ffd commit fc047e0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@ module.exports = {
```

The full list of available validators is:
- `ArgumentsOfCorrectType`
- `DefaultValuesOfCorrectType`
- `ExecutableDefinitions`
- `FieldsOnCorrectType`
- `FragmentsOnCompositeTypes`
- `KnownArgumentNames`
Expand All @@ -321,12 +320,16 @@ The full list of available validators is:
- `PossibleFragmentSpreads`
- `ProvidedNonNullArguments` (*disabled by default in `relay`*)
- `ScalarLeafs` (*disabled by default in `relay`*)
- `SingleFieldSubscriptions`
- `UniqueArgumentNames`
- `UniqueDirectivesPerLocation`
- `UniqueFragmentNames`
- `UniqueInputFieldNames`
- `UniqueOperationNames`
- `UniqueVariableNames`
- `ValuesOfCorrectType`
- `VariablesAreInputTypes`
- `VariablesDefaultValueAllowed`
- `VariablesInAllowedPosition`

### Named Operations Validation Rule
Expand Down Expand Up @@ -545,4 +548,4 @@ module.exports = {
'graphql'
]
}
```
```

0 comments on commit fc047e0

Please sign in to comment.