graphql-php/src
2017-06-03 14:04:47 +07:00
..
Error Use dedicated exception for scalar type parsing error 2017-05-29 10:32:48 +02:00
Executor Fixed "out of memory" error for edge cases of resolveType() calls 2017-05-29 22:54:35 +07:00
Language Preserve backwards compatibility of Ast\Node::toArray(): do shallow conversion by default 2017-04-25 18:02:45 +07:00
Type Do not parse invalid input strings as floats (see #125) 2017-06-03 14:04:47 +07:00
Utils Separate utility for extractTypes 2017-02-24 16:29:28 +07:00
Validator Use directives to calculate query complexity 2017-04-24 14:21:58 +02: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 Sanity check to ensure that GraphQL query is string 2017-02-24 17:14:30 +07:00
Schema.php Introduced type resolution strategies: eager and lazy (for #69) 2016-12-14 17:12:09 +07:00
Server.php Server: added missing return $this; statements 2017-02-27 18:19:09 +07:00
Utils.php BuildSchema and SchemaPrinter 2017-02-19 19:26:56 +00:00