Méthode |
Description |
|
execute ( Schema $schema, $requestString, mixed $rootValue = null, $contextValue = null, $variableValues = null, string | null $operationName = null ) : GraphQL\Executor\Promise\Promise | array |
|
|
executeAndReturnResult ( Schema $schema, $requestString, null $rootValue = null, $contextValue = null, null $variableValues = null, null $operationName = null ) : ExecutionResult | GraphQL\Executor\Promise\Promise |
|
|
getInternalDirectives ( ) : array |
|
|
setPromiseAdapter ( GraphQL\Executor\Promise\PromiseAdapter $promiseAdapter = null ) |
|
|