@@ -2,9 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\graphql\Plugin\GraphQL\Scalars; |
| 4 | 4 | |
| 5 | -use Drupal\graphql\Plugin\GraphQL\PluggableSchemaBuilderInterface; |
|
| 6 | -use GraphQL\Type\Definition\Type; |
|
| 7 | - |
|
| 8 | 5 | /** |
| 9 | 6 | * Scalar string type. |
| 10 | 7 | * |
@@ -2,9 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\graphql\Plugin\GraphQL\Scalars; |
| 4 | 4 | |
| 5 | -use Drupal\graphql\Plugin\GraphQL\PluggableSchemaBuilderInterface; |
|
| 6 | -use GraphQL\Type\Definition\Type; |
|
| 7 | - |
|
| 8 | 5 | /** |
| 9 | 6 | * Scalar float type. |
| 10 | 7 | * |
@@ -2,9 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\graphql\Plugin\GraphQL\Scalars; |
| 4 | 4 | |
| 5 | -use Drupal\graphql\Plugin\GraphQL\PluggableSchemaBuilderInterface; |
|
| 6 | -use GraphQL\Type\Definition\Type; |
|
| 7 | - |
|
| 8 | 5 | /** |
| 9 | 6 | * Scalar id type. |
| 10 | 7 | * |
@@ -2,9 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\graphql\Plugin\GraphQL\Scalars; |
| 4 | 4 | |
| 5 | -use Drupal\graphql\Plugin\GraphQL\PluggableSchemaBuilderInterface; |
|
| 6 | -use GraphQL\Type\Definition\Type; |
|
| 7 | - |
|
| 8 | 5 | /** |
| 9 | 6 | * Scalar integer type. |
| 10 | 7 | * |
@@ -2,9 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\graphql\Plugin\GraphQL\Scalars; |
| 4 | 4 | |
| 5 | -use Drupal\graphql\Plugin\GraphQL\PluggableSchemaBuilderInterface; |
|
| 6 | -use GraphQL\Type\Definition\Type; |
|
| 7 | - |
|
| 8 | 5 | /** |
| 9 | 6 | * Scalar string type. |
| 10 | 7 | * |