mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-25 22:36:02 +03:00
Merge pull request #132 from simPod/master
Fixed incorrect type hints in method docs
This commit is contained in:
commit
393a741d5e
@ -42,9 +42,9 @@ class GraphQL
|
|||||||
/**
|
/**
|
||||||
* @param Schema $schema
|
* @param Schema $schema
|
||||||
* @param string|DocumentNode $requestString
|
* @param string|DocumentNode $requestString
|
||||||
* @param null $rootValue
|
* @param mixed $rootValue
|
||||||
* @param null $variableValues
|
* @param array|null $variableValues
|
||||||
* @param null $operationName
|
* @param string|null $operationName
|
||||||
* @return ExecutionResult|Promise
|
* @return ExecutionResult|Promise
|
||||||
*/
|
*/
|
||||||
public static function executeAndReturnResult(Schema $schema, $requestString, $rootValue = null, $contextValue = null, $variableValues = null, $operationName = null)
|
public static function executeAndReturnResult(Schema $schema, $requestString, $rootValue = null, $contextValue = null, $variableValues = null, $operationName = null)
|
||||||
|
Loading…
Reference in New Issue
Block a user