@@ -3,9 +3,7 @@ |
||
| 3 | 3 | namespace Drupal\graphql_views\Plugin\Deriver\Fields; |
| 4 | 4 | |
| 5 | 5 | use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface; |
| 6 | -use Drupal\graphql\Utility\StringHelper; |
|
| 7 | 6 | use Drupal\graphql_views\Plugin\Deriver\ViewDeriverBase; |
| 8 | -use Drupal\views\Plugin\views\display\DisplayPluginInterface; |
|
| 9 | 7 | use Drupal\views\Views; |
| 10 | 8 | |
| 11 | 9 | /** |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | |
| 8 | 8 | namespace Drupal\graphql_views\Plugin\views\display; |
| 9 | 9 | |
| 10 | -use Drupal\Component\Utility\SafeMarkup; |
|
| 11 | 10 | use Drupal\Core\Cache\CacheableMetadata; |
| 12 | 11 | use Drupal\graphql\Utility\StringHelper; |
| 13 | 12 | use Drupal\views\Plugin\views\display\DisplayPluginBase; |