Fix possessive its vs contraction it's

This commit is contained in:
Mark Huot 2018-11-11 07:59:45 -05:00 committed by GitHub
parent 98807286f7
commit 7249e2611a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.',