| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class InterfaceFromObjectType extends \GraphQL\Type\Definition\InterfaceType |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param string $name The name of the interface |
||
| 15 | * @param ObjectType $type |
||
| 16 | * @param RecursiveTypeMapperInterface $typeMapper |
||
| 17 | */ |
||
| 18 | public function __construct(string $name, ObjectType $type, ?ObjectType $subType, RecursiveTypeMapperInterface $typeMapper) |
||
| 38 |