File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 77
88namespace Ibexa \Bundle \GraphQL \Command ;
99
10- use Ibexa \Bundle \Core \Command \BackwardCompatibleCommand ;
1110use Ibexa \Contracts \Core \Repository \Repository ;
1211use Ibexa \GraphQL \Schema \Generator ;
1312use Symfony \Component \Console \Command \Command ;
1817use Symfony \Component \Filesystem \Filesystem ;
1918use Symfony \Component \Yaml \Yaml ;
2019
21- class GeneratePlatformSchemaCommand extends Command implements BackwardCompatibleCommand
20+ class GeneratePlatformSchemaCommand extends Command
2221{
2322 /**
2423 * @var \Ibexa\GraphQL\Schema\Generator
@@ -98,12 +97,4 @@ private function compileTypes(OutputInterface $output)
9897 $ command = $ this ->getApplication ()->find ('graphql:compile ' );
9998 $ command ->run (new StringInput ('graphql:compile ' ), $ output );
10099 }
101-
102- /**
103- * @return string[]
104- */
105- public function getDeprecatedAliases (): array
106- {
107- return ['ezplatform:graphql:generate-schema ' ];
108- }
109100}
You can’t perform that action at this time.
0 commit comments