Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Lines | 11 |
Ratio | 100 % |
Changes | 0 |
1 | <?php |
||
43 | public function config() |
||
44 | { |
||
45 | return [ |
||
46 | 'fromType' => 'Ticket', |
||
47 | 'toType' => 'Datetime', |
||
48 | 'fromFieldName' => 'datetimes', |
||
49 | 'connectionTypeName' => 'TicketDatetimesConnection', |
||
50 | 'resolve' => [$this, 'resolveConnection'], |
||
51 | 'resolveNode' => [$this, 'resolveNode'] |
||
52 | ]; |
||
53 | } |
||
54 | |||
84 | } |