mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-02 20:26:09 +03:00
ReferenceExecutor: Remove excessive arguments
This commit is contained in:
parent
b4be42acdf
commit
779774b162
1 changed files with 0 additions and 4 deletions
|
@ -1105,7 +1105,6 @@ class ReferenceExecutor implements ExecutorImplementation
|
|||
return $promise->then(function ($isTypeOfResult) use (
|
||||
$returnType,
|
||||
$fieldNodes,
|
||||
$info,
|
||||
$path,
|
||||
&$result
|
||||
) {
|
||||
|
@ -1115,7 +1114,6 @@ class ReferenceExecutor implements ExecutorImplementation
|
|||
return $this->collectAndExecuteSubfields(
|
||||
$returnType,
|
||||
$fieldNodes,
|
||||
$info,
|
||||
$path,
|
||||
$result
|
||||
);
|
||||
|
@ -1128,7 +1126,6 @@ class ReferenceExecutor implements ExecutorImplementation
|
|||
return $this->collectAndExecuteSubfields(
|
||||
$returnType,
|
||||
$fieldNodes,
|
||||
$info,
|
||||
$path,
|
||||
$result
|
||||
);
|
||||
|
@ -1163,7 +1160,6 @@ class ReferenceExecutor implements ExecutorImplementation
|
|||
private function collectAndExecuteSubfields(
|
||||
ObjectType $returnType,
|
||||
$fieldNodes,
|
||||
ResolveInfo $info,
|
||||
$path,
|
||||
&$result
|
||||
) {
|
||||
|
|
Loading…
Add table
Reference in a new issue