Skip to content

Commit 13eadf1

Browse files
committed
Adding mutations to Schema
1 parent f04cc8c commit 13eadf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Schema.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ public function __construct(QueryProviderInterface $queryProvider, array $config
2727
public function build(SchemaConfig $config)
2828
{
2929
$config->getQuery()->addFields($this->queryProvider->getQueries());
30+
$config->getMutation()->addFields($this->queryProvider->getMutations());
3031
}
3132
}

0 commit comments

Comments
 (0)