Skip to content

Commit 29e27f4

Browse files
committed
t
1 parent 985fc3b commit 29e27f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GraphQl/State/Provider/ReadProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
1313

1414
namespace ApiPlatform\GraphQl\State\Provider;
1515

16-
use ApiPlatform\Metadata\Exception\ItemNotFoundException;
1716
use ApiPlatform\GraphQl\Resolver\Util\IdentifierTrait;
1817
use ApiPlatform\GraphQl\Serializer\ItemNormalizer;
1918
use ApiPlatform\GraphQl\Serializer\SerializerContextBuilderInterface;
2019
use ApiPlatform\GraphQl\Util\ArrayTrait;
2120
use ApiPlatform\Metadata\CollectionOperationInterface;
21+
use ApiPlatform\Metadata\Exception\ItemNotFoundException;
2222
use ApiPlatform\Metadata\GraphQl\Mutation;
2323
use ApiPlatform\Metadata\GraphQl\Operation as GraphQlOperation;
24-
use ApiPlatform\Metadata\GraphQl\Query;
2524
use ApiPlatform\Metadata\GraphQl\QueryCollection;
2625
use ApiPlatform\Metadata\GraphQl\Subscription;
2726
use ApiPlatform\Metadata\IriConverterInterface;

0 commit comments

Comments
 (0)