mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-02 20:26:09 +03:00
Merge pull request #381 from jbtbnl/master
Fix resolveFn key for schema extensions
This commit is contained in:
commit
cd38568aaa
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ class SchemaExtender
|
|||
'type' => static::extendType($field->getType()),
|
||||
'args' => static::extendArgs($field->args),
|
||||
'astNode' => $field->astNode,
|
||||
'resolveFn' => $field->resolveFn,
|
||||
'resolve' => $field->resolveFn,
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue