graphql-php/tests/Type
2016-10-20 19:01:30 +07:00
..
DefinitionTest.php Added deprecated directive; changed custom directives handling in schema; various minor tweaks 2016-10-19 01:34:46 +07:00
EnumTypeTest.php Allow to define enum values by simply passing array of strings, e.g. 'values' => ['ONE', 'TWO', 'THREE'] 2016-10-20 19:01:30 +07:00
IntrospectionTest.php Updated introspection query and related tests for recent changes 2016-10-19 01:35:18 +07:00
ResolveInfoTest.php Updated executor and it's tests for april2016 specs 2016-09-14 18:47:34 +07:00
ScalarSerializationTest.php Scalar serialization now throws on spec-incompatible values vs returning null 2016-10-19 01:23:38 +07:00
SchemaValidatorTest.php Updated executor and it's tests for april2016 specs 2016-09-14 18:47:34 +07:00