| Total Complexity | 4 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 8 | class RenderableDirective implements ModelDirectiveInterface |
||
| 9 | { |
||
| 10 | public static function processModelTypeDirective( |
||
| 11 | ModelGenerator $generator, |
||
| 12 | \GraphQL\Language\AST\DirectiveNode $directive |
||
| 13 | ): void { |
||
| 14 | } |
||
| 15 | |||
| 16 | public static function processModelFieldDirective( |
||
| 29 | } |
||
| 30 | } |
||
| 31 | |||
| 32 | public function processModelRelationshipDirective( |
||
| 39 |