1 | <?php |
||
10 | class DatetimeMutation |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * Maps the GraphQL input to a format that the model functions can use |
||
15 | * |
||
16 | * @param array $input Data coming from the GraphQL mutation query input |
||
17 | * @param string $mutation_name Name of the mutation being performed |
||
18 | * |
||
19 | * @return array |
||
20 | */ |
||
21 | public static function prepare_fields(array $input, $mutation_name) |
||
42 | |||
43 | } |
||
44 |