Fix resolve Fn key

This commit is contained in:
jbtbnl 2018-10-26 12:09:14 +02:00 committed by GitHub
parent 2bddfe2225
commit 427ac1b5d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
];
}