From 36388aa7a1bbff3ed4d713e97215409dc01de6c7 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 11 Jan 2024 01:03:09 +0000 Subject: [PATCH] schema-dump doesn't need any args --- ext/graphql/main.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/graphql/main.php b/ext/graphql/main.php index 5a5b63b63..9fb644b1c 100644 --- a/ext/graphql/main.php +++ b/ext/graphql/main.php @@ -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();