We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9ca9b commit 1240819Copy full SHA for 1240819
1 file changed
src/Plugin/GraphQL/TypeSystemPluginManager.php
@@ -102,7 +102,6 @@ public function createInstance($pluginId, array $configuration = []) {
102
}
103
catch (\Exception $exception) {
104
$this->logger->warning(sprintf('Plugin %s could not be added to the GraphQL schema: %s', $pluginId, $exception->getMessage()));
105
- $this->instances[$pluginId]->buildConfig($this->schemaManager);
106
$this->instances[$pluginId] = NULL;
107
108
0 commit comments