We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -12,10 +12,8 @@ |
||
12 | 12 | namespace Overblog\GraphQLBundle\Request\Validator\Rule; |
13 | 13 | |
14 | 14 | use GraphQL\Error; |
15 | -use GraphQL\Language\AST\Field; |
|
16 | 15 | use GraphQL\Language\AST\Node; |
17 | 16 | use GraphQL\Language\AST\OperationDefinition; |
18 | -use GraphQL\Language\AST\SelectionSet; |
|
19 | 17 | use GraphQL\Validator\ValidationContext; |
20 | 18 | |
21 | 19 | class QueryDepth extends AbstractQuerySecurity |