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:
|
||
---|---|---|
.. | ||
Promise | ||
AbstractPromiseTest.php | ||
AbstractTest.php | ||
DeferredFieldsTest.php | ||
DirectivesTest.php | ||
ExecutionResultTest.php | ||
ExecutorLazySchemaTest.php | ||
ExecutorSchemaTest.php | ||
ExecutorTest.php | ||
LazyInterfaceTest.php | ||
ListsTest.php | ||
MutationsTest.php | ||
NonNullTest.php | ||
ResolveTest.php | ||
TestClasses.php | ||
UnionInterfaceTest.php | ||
ValuesTest.php | ||
VariablesTest.php |