graphql-php/src
2017-01-26 18:59:14 +07:00
..
Error Added compatibility with php7 error handling. 2017-01-12 17:18:25 +01:00
Executor Merge branch 'master' of https://github.com/webonyx/graphql-php 2017-01-19 11:55:10 +07:00
Language GraphQL\Language\AST\NodeType -> GraphQL\Language\AST\NodeKind 2016-11-19 17:31:47 +07:00
Type Added EXPERIMENTAL note for code related to type resolution strategies 2017-01-26 18:59:14 +07:00
Utils GraphQL\Language\AST\NodeType -> GraphQL\Language\AST\NodeKind 2016-11-19 17:31:47 +07:00
Validator Cleaning up old unused messages 2016-12-06 03:45:52 +07:00
Deferred.php Shortened method names of PromiseAdapter 2016-12-04 15:53:23 +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 Added GraphQL\GraphQL::setDefaultFieldResolver() 2016-12-14 20:18:10 +07:00
Schema.php Introduced type resolution strategies: eager and lazy (for #69) 2016-12-14 17:12:09 +07:00
Server.php Added EXPERIMENTAL note for code related to type resolution strategies 2017-01-26 18:59:14 +07:00
Utils.php Execution: added SyncPromiseAdapter and made it default for Executor (+removed GenericPromiseAdapter) 2016-12-03 02:14:14 +07:00