graphql-php/tests/Type
Daniel Tschinder 4e26de3588 Support for union types when using buildSchema
* Adds support for resolving union/interface types when using a generated schema
* Move resolveType __typename checking into defaultResolveType
* Clean up existing tests and improve error messages

ref: graphql/graphql-js#947

# Conflicts:
#	src/Utils/BuildSchema.php
#	tests/Utils/BuildSchemaTest.php
2018-02-10 18:45:01 +01:00
..
ConfigTest.php Improved docblock comments (suitable for reference docs generation) 2017-08-19 23:01:46 +07:00
DefinitionTest.php Support for union types when using buildSchema 2018-02-10 18:45:01 +01:00
EnumTypeTest.php Default error formatter now returns "Internal server error" unless error is client-aware and safe to report directly to end-users 2017-07-18 20:57:30 +07:00
IntrospectionTest.php Ability to override internal types (using types option of Schema class) #174 2017-09-22 23:08:51 +07:00
ObjectIdStub.php indentation 2017-12-12 13:36:20 +01:00
ResolutionTest.php Leverage PHPUnit setExpectedException() instead of custom code 2018-01-01 18:06:08 +09:00
ResolveInfoTest.php pass failing test 2017-03-16 15:41:29 +00:00
ScalarSerializationTest.php Leverage PHPUnit setExpectedException() instead of custom code 2018-01-01 18:06:08 +09:00
TestClasses.php Introduced type resolution strategies: eager and lazy (for #69) 2016-12-14 17:12:09 +07:00
TypeLoaderTest.php Tests for lazy type loading during query execution + related changed 2017-08-15 01:49:56 +07:00
ValidationTest.php Support for union types when using buildSchema 2018-02-10 18:45:01 +01:00