@@ -59,7 +59,7 @@ |
||
| 59 | 59 | * The query string. |
| 60 | 60 | * @param string $parent |
| 61 | 61 | * The parent template identifier. |
| 62 | - * @param array $includes |
|
| 62 | + * @param string[] $includes |
|
| 63 | 63 | * Identifiers for any included/referenced templates. |
| 64 | 64 | */ |
| 65 | 65 | public function __construct($query, $parent, $includes) { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Drupal\graphql_twig; |
| 4 | 4 | |
| 5 | 5 | use Drupal\Core\Entity\EntityInterface; |
| 6 | -use Drupal\Core\Template\TwigEnvironment; |
|
| 7 | 6 | use Drupal\graphql\GraphQL\Execution\QueryProcessor; |
| 8 | 7 | use GraphQL\Server\OperationParams; |
| 9 | 8 | |