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 f04cc8c commit 13eadf1Copy full SHA for 13eadf1
src/Schema.php
@@ -27,5 +27,6 @@ public function __construct(QueryProviderInterface $queryProvider, array $config
27
public function build(SchemaConfig $config)
28
{
29
$config->getQuery()->addFields($this->queryProvider->getQueries());
30
+ $config->getMutation()->addFields($this->queryProvider->getMutations());
31
}
32
0 commit comments