Skip to content

Commit

Permalink
schema-dump doesn't need any args
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Jan 11, 2024
1 parent ec35cac commit 36388aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/graphql/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ public function onCliGen(CliGenEvent $event)
return Command::SUCCESS;
});
$event->app->register('graphql:schema')
->addArgument('query', InputArgument::REQUIRED)
->setDescription('Print out the GraphQL schema')
->setCode(function (InputInterface $input, OutputInterface $output): int {
$schema = $this->get_schema();
Expand Down

0 comments on commit 36388aa

Please sign in to comment.