From fc047e06e5b5e4ac6f637c7308d1b43763f00636 Mon Sep 17 00:00:00 2001 From: Pleun Vanderbauwhede Date: Fri, 6 Apr 2018 03:04:24 +0200 Subject: [PATCH] Update list of available validators (as of GraphQL 0.13.2) (#121) * Configure Renovate (#111) * Update list of available validators (as of GraphQL 0.13.2) --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1d4d4e..68fc4ab 100644 --- a/README.md +++ b/README.md @@ -304,8 +304,7 @@ module.exports = { ``` The full list of available validators is: - - `ArgumentsOfCorrectType` - - `DefaultValuesOfCorrectType` + - `ExecutableDefinitions` - `FieldsOnCorrectType` - `FragmentsOnCompositeTypes` - `KnownArgumentNames` @@ -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 @@ -545,4 +548,4 @@ module.exports = { 'graphql' ] } -``` \ No newline at end of file +```