@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\graphql_core\Plugin\Deriver\Fields; |
| 4 | 4 | |
| 5 | -use Drupal\Core\Entity\TypedData\EntityDataDefinitionInterface; |
|
| 6 | 5 | use Drupal\Core\Field\FieldStorageDefinitionInterface; |
| 7 | 6 | use Drupal\Core\TypedData\DataDefinitionInterface; |
| 8 | 7 | use Drupal\Core\TypedData\DataReferenceDefinitionInterface; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Drupal\graphql_core\Plugin\GraphQL\Fields\Entity; |
| 4 | 4 | |
| 5 | 5 | use Drupal\graphql\Plugin\GraphQL\Fields\FieldPluginBase; |
| 6 | -use Drupal\graphql\Plugin\GraphQL\PluggableSchemaBuilderInterface; |
|
| 7 | 6 | use Drupal\user\EntityOwnerInterface; |
| 8 | 7 | use Youshido\GraphQL\Execution\ResolveInfo; |
| 9 | 8 | |