From 7249e2611a4ec63b804dffd081f8c8a6b49eb86b Mon Sep 17 00:00:00 2001 From: Mark Huot Date: Sun, 11 Nov 2018 07:59:45 -0500 Subject: [PATCH] Fix possessive its vs contraction it's --- src/Executor/Executor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Executor/Executor.php b/src/Executor/Executor.php index 4804b95..876514c 100644 --- a/src/Executor/Executor.php +++ b/src/Executor/Executor.php @@ -1202,7 +1202,7 @@ class Executor if ($abstractType instanceof InterfaceType && $info->schema->getConfig()->typeLoader) { Warning::warnOnce( 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` ' . 'of all possible implementations. It requires full schema scan and degrades query performance significantly. ' . ' Make sure your `resolveType` always returns valid implementation or throws.',