Skip to content

Commit

Permalink
Merge pull request #65 from creative-commoners/pulls/2/remove-support
Browse files Browse the repository at this point in the history
FIX Import correct InputOption class
  • Loading branch information
GuySartorelli authored Nov 26, 2024
2 parents ba60c2b + e1a4bf7 commit bee12c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphQLSchemaInitTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

namespace SilverStripe\GraphQLDevTools;

use Composer\Console\Input\InputOption;
use SilverStripe\Core\Manifest\ModuleManifest;
use SilverStripe\Core\Path;
use SilverStripe\Dev\BuildTask;
use SilverStripe\PolyExecution\PolyOutput;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;

/**
* A task that initialises a GraphQL 4+ schema with boilerplate config and files.
Expand Down

0 comments on commit bee12c6

Please sign in to comment.