mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +03:00
58e0c7a178
This generalizes the "arguments of correct type" and "default values of correct type" to a single rule "values of correct type" which has been re-written to rely on a traversal rather than the utility function `isValidLiteralValue`. To reduce breaking scope, this does not remove that utility even though it's no longer used directly within the library. Since the default values rule included another validation rule that rule was renamed to a more apt "variable default value allowed". This also includes the original errors from custom scalars in the validation error output, solving the remainder of graphql/graphql-js#821. ref: graphql/graphql-js#1144 |
||
---|---|---|
.. | ||
ConfigTest.php | ||
DefinitionTest.php | ||
EnumTypeTest.php | ||
IntrospectionTest.php | ||
ObjectIdStub.php | ||
ResolutionTest.php | ||
ResolveInfoTest.php | ||
ScalarSerializationTest.php | ||
TestClasses.php | ||
TypeLoaderTest.php | ||
ValidationTest.php |