graphql-php/src/Validator
Daniel Tschinder f661f38215 Fix unhandled error when parsing custom scalar literals.
This factors out the enum value validation from scalar value validation and ensures the same try/catch is used in isValidLiteralValue as isValidPHPValue and protecting from errors in valueFromAST.
ref: graphql/graphql-js#1126
2018-02-11 22:31:04 +01:00
..
Rules SDL Spec changes 2018-02-11 21:08:53 +01:00
DocumentValidator.php Fix unhandled error when parsing custom scalar literals. 2018-02-11 22:31:04 +01:00
ValidationContext.php Validation: improving overlapping fields quality 2018-02-11 17:45:35 +01:00