graphql-php/tests/Utils
Daniel Tschinder 27ce24b5fe Fix parsing of default values in build-schema
* 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: 714ee980aa
ref: https://github.com/graphql/graphql-js/pull/903

# Conflicts:
#	src/Utils/BuildSchema.php
#	tests/Utils/BuildSchemaTest.php
2018-02-10 18:45:23 +01:00
..
AstFromValueTest.php Leverage PHPUnit setExpectedException() instead of custom code 2018-01-01 18:06:08 +09:00
AstFromValueUntypedTest.php Fix parsing of default values in build-schema 2018-02-10 18:45:23 +01:00
BuildSchemaTest.php Fix parsing of default values in build-schema 2018-02-10 18:45:23 +01:00
ExtractTypesTest.php Deprecated GraphQL\Type\Definition\Config (#148) 2017-08-14 00:09:02 +07:00
FindBreakingChangesTest.php Add warnings for nullable changes 2018-02-10 18:45:18 +01:00
IsValidPHPValueTest.php Update query variable coercion to meet the rules outlined in the 2017-09-18 12:14:09 -04:00
MixedStoreTest.php Moved GraphQL\Utils to GraphQL\Utils\Utils 2017-07-10 19:53:46 +07:00
SchemaPrinterTest.php Support for union types when using buildSchema 2018-02-10 18:45:01 +01:00
ValueFromAstTest.php Moved GraphQL\Utils to GraphQL\Utils\Utils 2017-07-10 19:53:46 +07:00