mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 12:56:05 +03:00
27ce24b5fe
* Generalizes building a value from an AST, since "scalar" could be misleading, and supporting variable values within custom scalar literals can be valuable.
* Replaces isNullish with isInvalid since `null` is a meaningful value as a result of literal parsing.
* Provide reasonable default version of 'parseLiteral'
ref:
|
||
---|---|---|
.. | ||
AstFromValueTest.php | ||
AstFromValueUntypedTest.php | ||
BuildSchemaTest.php | ||
ExtractTypesTest.php | ||
FindBreakingChangesTest.php | ||
IsValidPHPValueTest.php | ||
MixedStoreTest.php | ||
SchemaPrinterTest.php | ||
ValueFromAstTest.php |