graphql-php/src
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
..
Error Account for query offset in files for errors 2017-09-20 18:36:19 +07:00
Executor Support for union types when using buildSchema 2018-02-10 18:45:01 +01:00
Language Fix print of block string with leading space and quotation 2018-02-10 18:44:56 +01:00
Server Fix content-type header match when parsing PSR request. 2018-01-21 21:02:43 +01:00
Type Support for union types when using buildSchema 2018-02-10 18:45:01 +01:00
Utils Support for union types when using buildSchema 2018-02-10 18:45:01 +01:00
Validator Doc-block fix 2018-01-01 22:12:51 +07:00
Deferred.php Support PHP7 error exceptions everywhere 2017-06-25 07:33:28 -07:00
deprecated.php Fixing broken build for 0.8 2016-11-25 18:45:38 +07:00
Error.php Fixing broken build for 0.8 2016-11-25 18:45:38 +07:00
GraphQL.php Documentation and docblock improvements 2017-08-20 16:00:44 +07:00
Schema.php Improved docblock comments (suitable for reference docs generation) 2017-08-19 23:01:46 +07:00
Server.php Initial pass on standard server implementation (also deprecated current GraphQL\Server which is undocumented anyway) 2017-07-14 19:44:18 +07:00
Utils.php Moved GraphQL\Utils to GraphQL\Utils\Utils 2017-07-10 19:53:46 +07:00