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 48fc5bb commit 782c18fCopy full SHA for 782c18f
src/Bridge/Symfony/Bundle/Command/GraphQlExportCommand.php
@@ -13,7 +13,7 @@
13
14
namespace ApiPlatform\Core\Bridge\Symfony\Bundle\Command;
15
16
-use ApiPlatform\Core\GraphQl\Type\SchemaBuilder;
+use ApiPlatform\Core\GraphQl\Type\SchemaBuilderInterface;
17
use GraphQL\Utils\SchemaPrinter;
18
use Symfony\Component\Console\Command\Command;
19
use Symfony\Component\Console\Input\InputInterface;
@@ -34,7 +34,7 @@ class GraphQlExportCommand extends Command
34
35
private $schemaBuilder;
36
37
- public function __construct(SchemaBuilder $schemaBuilder)
+ public function __construct(SchemaBuilderInterface $schemaBuilder)
38
{
39
$this->schemaBuilder = $schemaBuilder;
40
0 commit comments