mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-04 13:13:30 +03:00
Add undefined property $promises
This commit is contained in:
parent
3da424dacf
commit
f7132eb34f
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
namespace GraphQL\Executor;
|
||||
|
||||
use GraphQL\Error\Error;
|
||||
use GraphQL\Executor\Promise\PromiseAdapter;
|
||||
use GraphQL\Language\AST\FragmentDefinitionNode;
|
||||
use GraphQL\Language\AST\OperationDefinitionNode;
|
||||
use GraphQL\Type\Schema;
|
||||
|
@ -56,6 +57,11 @@ class ExecutionContext
|
|||
*/
|
||||
public $errors;
|
||||
|
||||
/**
|
||||
* @var PromiseAdapter
|
||||
*/
|
||||
public $promises;
|
||||
|
||||
public function __construct(
|
||||
$schema,
|
||||
$fragments,
|
||||
|
|
Loading…
Add table
Reference in a new issue