We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f072971 commit 94aa71cCopy full SHA for 94aa71c
tests/Unit/GraphQLTest.php
@@ -294,7 +294,7 @@ public function testFormatError(): void
294
self::assertArrayHasKey('message', $error);
295
self::assertArrayHasKey('locations', $error);
296
$expectedError = [
297
- 'message' => 'Cannot query field "examplesQueryNotFound" on type "Query".',
+ 'message' => 'Cannot query field "examplesQueryNotFound" on type "Query". Did you mean "examplesPagination"?',
298
'locations' => [
299
[
300
'line' => 3,
0 commit comments