We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b77039 commit 40d0a16Copy full SHA for 40d0a16
1 file changed
src/Plugin/views/display/GraphQL.php
@@ -254,7 +254,7 @@ public function render() {
254
255
// Apply the cache metadata from the display plugin. This comes back as a
256
// cache render array so we have to transform it back afterwards.
257
- $this->applyDisplayCachablityMetadata($this->view->element);
+ $this->applyDisplayCacheabilityMetadata($this->view->element);
258
259
return [
260
'view' => $this->view,
0 commit comments