argument('schema'); $schema = GraphQL::schema($schemaName); $sdl = SchemaPrinter::doPrint($schema); $this->line($sdl); return 0; } /** * Get the validator for options. */ protected function validator(): Validator { return ValidatorFacade::make($this->options(), []); } }