We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1017cbc commit 840f2c8Copy full SHA for 840f2c8
1 file changed
src/GraphQL/Execution/Executor.php
@@ -356,6 +356,7 @@ protected function cachePrefix() {
356
'query' => DocumentSerializer::serializeDocument($this->document),
357
'variables' => $variables,
358
'extensions' => $extensions,
359
+ 'operation' => $this->operation,
360
]));
361
362
return $hash;
0 commit comments