endregion ************************** generated!.gotpl ************************** region ***************************** args.gotpl *****************************
(ctx context.Context, rawArgs map[string]any)
| 35 | // region ***************************** args.gotpl ***************************** |
| 36 | |
| 37 | func (ec *executionContext) field_Bug_actors_args(ctx context.Context, rawArgs map[string]any) (map[string]any, error) { |
| 38 | var err error |
| 39 | args := map[string]any{} |
| 40 | arg0, err := ec.field_Bug_actors_argsAfter(ctx, rawArgs) |
| 41 | if err != nil { |
| 42 | return nil, err |
| 43 | } |
| 44 | args["after"] = arg0 |
| 45 | arg1, err := ec.field_Bug_actors_argsBefore(ctx, rawArgs) |
| 46 | if err != nil { |
| 47 | return nil, err |
| 48 | } |
| 49 | args["before"] = arg1 |
| 50 | arg2, err := ec.field_Bug_actors_argsFirst(ctx, rawArgs) |
| 51 | if err != nil { |
| 52 | return nil, err |
| 53 | } |
| 54 | args["first"] = arg2 |
| 55 | arg3, err := ec.field_Bug_actors_argsLast(ctx, rawArgs) |
| 56 | if err != nil { |
| 57 | return nil, err |
| 58 | } |
| 59 | args["last"] = arg3 |
| 60 | return args, nil |
| 61 | } |
| 62 | func (ec *executionContext) field_Bug_actors_argsAfter( |
| 63 | ctx context.Context, |
| 64 | rawArgs map[string]any, |
no test coverage detected