@@ -6,7 +6,6 @@ |
||
| 6 | 6 | namespace Examples\Blog\Schema; |
| 7 | 7 | |
| 8 | 8 | |
| 9 | -use Youshido\GraphQL\Type\Config\TypeConfigInterface; |
|
| 10 | 9 | use Youshido\GraphQL\Type\NonNullType; |
| 11 | 10 | use Youshido\GraphQL\Type\Object\AbstractObjectType; |
| 12 | 11 | use Youshido\GraphQL\Type\Scalar\IntType; |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | |
| 11 | 11 | use Youshido\GraphQL\Type\CompositeTypeInterface; |
| 12 | 12 | use Youshido\GraphQL\Type\Config\Object\ListTypeConfig; |
| 13 | -use Youshido\GraphQL\Type\Config\TypeConfigInterface; |
|
| 14 | 13 | use Youshido\GraphQL\Type\Object\AbstractObjectType; |
| 15 | 14 | use Youshido\GraphQL\Type\TypeMap; |
| 16 | 15 | |
@@ -9,8 +9,6 @@ |
||
| 9 | 9 | namespace Youshido\GraphQL\Type; |
| 10 | 10 | |
| 11 | 11 | |
| 12 | -use Youshido\GraphQL\Type\Config\TypeConfigInterface; |
|
| 13 | - |
|
| 14 | 12 | class NonNullType extends AbstractType implements CompositeTypeInterface |
| 15 | 13 | { |
| 16 | 14 | private $_typeOf; |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | use Youshido\GraphQL\Type\AbstractType; |
| 13 | 13 | use Youshido\GraphQL\Type\Config\Object\InterfaceTypeConfig; |
| 14 | 14 | use Youshido\GraphQL\Type\Config\Traits\ConfigCallTrait; |
| 15 | -use Youshido\GraphQL\Type\Config\TypeConfigInterface; |
|
| 16 | 15 | use Youshido\GraphQL\Type\Traits\AutoNameTrait; |
| 17 | 16 | use Youshido\GraphQL\Type\TypeMap; |
| 18 | 17 | |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | use Youshido\GraphQL\Type\AbstractType; |
| 13 | 13 | use Youshido\GraphQL\Type\Config\Object\UnionTypeConfig; |
| 14 | 14 | use Youshido\GraphQL\Type\Config\Traits\ConfigCallTrait; |
| 15 | -use Youshido\GraphQL\Type\Config\TypeConfigInterface; |
|
| 16 | 15 | use Youshido\GraphQL\Type\Traits\AutoNameTrait; |
| 17 | 16 | use Youshido\GraphQL\Type\TypeMap; |
| 18 | 17 | |