We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6d8f3 commit 3061accCopy full SHA for 3061acc
1 file changed
src/Plugin/GraphQL/Schema/ComposableSchema.php
@@ -29,7 +29,7 @@ public function getResolverRegistry() {
29
protected function getExtensions() {
30
return array_map(function ($id) {
31
return $this->extensionManager->createInstance($id);
32
- }, $this->getConfiguration()['extensions']);
+ }, array_filter($this->getConfiguration()['extensions']));
33
}
34
35
/**
0 commit comments