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