Skip to content

Commit 12cb50e

Browse files
committed
Fix in stub, missing Type use statement
1 parent 2eb8a2f commit 12cb50e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Folklore/GraphQL/Console/stubs/mutation.stub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ namespace DummyNamespace;
44

55
use Folklore\GraphQL\Support\Mutation;
66
use GraphQL\Type\Definition\ResolveInfo;
7+
use GraphQL\Type\Definition\Type;
78

89
class DummyClass extends Mutation
910
{

src/Folklore/GraphQL/Console/stubs/query.stub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ namespace DummyNamespace;
44

55
use Folklore\GraphQL\Support\Query;
66
use GraphQL\Type\Definition\ResolveInfo;
7+
use GraphQL\Type\Definition\Type;
78

89
class DummyClass extends Query
910
{

0 commit comments

Comments
 (0)