graphql-php/src
Daniel Tschinder fde7df534d Robust type info
There are possibilities for errors during validation if a schema is not valid when provided to TypeInfo. Most checks for validity existed, but some did not. This asks flow to make those checks required and adds the remaining ones. Important now that we allow construction of invalid schema.

ref: graphql/graphql-js#1143
2018-02-15 12:22:29 +01:00
..
Error Move schema validation into separate step (type constructors) 2018-02-15 12:14:08 +01:00
Executor Preserve original coercion errors, improve error quality. 2018-02-13 16:51:44 +01:00
Language Move schema validation into separate step (type constructors) 2018-02-15 12:14:08 +01:00
Server Fix content-type header match when parsing PSR request. 2018-01-21 21:02:43 +01:00
Type Move schema validation into separate step (type constructors) 2018-02-15 12:14:08 +01:00
Utils Robust type info 2018-02-15 12:22:29 +01:00
Validator Fix Bug in PossibleFragmentSpreads validator 2018-02-13 18:08:05 +01: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 Validate schema root types and directives 2018-02-13 10:42:35 +01:00
Utils.php Validate schema root types and directives 2018-02-13 10:42:35 +01:00