mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 12:56:05 +03:00
Fix possessive its vs contraction it's
This commit is contained in:
parent
98807286f7
commit
7249e2611a
@ -1202,7 +1202,7 @@ class Executor
|
|||||||
if ($abstractType instanceof InterfaceType && $info->schema->getConfig()->typeLoader) {
|
if ($abstractType instanceof InterfaceType && $info->schema->getConfig()->typeLoader) {
|
||||||
Warning::warnOnce(
|
Warning::warnOnce(
|
||||||
sprintf(
|
sprintf(
|
||||||
'GraphQL Interface Type `%s` returned `null` from it`s `resolveType` function ' .
|
'GraphQL Interface Type `%s` returned `null` from its `resolveType` function ' .
|
||||||
'for value: %s. Switching to slow resolution method using `isTypeOf` ' .
|
'for value: %s. Switching to slow resolution method using `isTypeOf` ' .
|
||||||
'of all possible implementations. It requires full schema scan and degrades query performance significantly. ' .
|
'of all possible implementations. It requires full schema scan and degrades query performance significantly. ' .
|
||||||
' Make sure your `resolveType` always returns valid implementation or throws.',
|
' Make sure your `resolveType` always returns valid implementation or throws.',
|
||||||
|
Loading…
Reference in New Issue
Block a user