We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f517a1 commit 479c103Copy full SHA for 479c103
src/PrefetchBuffer.php
@@ -36,7 +36,7 @@ private function computeHash(
36
): string {
37
if (
38
null === $info
39
- || null === ($queryBody = $info->operation->loc?->source->body)
+ || null === ($queryBody = $info->operation->loc?->source?->body)
40
) {
41
return md5(serialize($arguments));
42
}
0 commit comments