MCPcopy Index your code
hub / github.com/git-bug/git-bug / field_Bug_actors_args

Method field_Bug_actors_args

api/graphql/graph/bug.generated.go:37–61  ·  view source on GitHub ↗

endregion ************************** generated!.gotpl ************************** region ***************************** args.gotpl *****************************

(ctx context.Context, rawArgs map[string]any)

Source from the content-addressed store, hash-verified

35// region ***************************** args.gotpl *****************************
36
37func (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}
62func (ec *executionContext) field_Bug_actors_argsAfter(
63 ctx context.Context,
64 rawArgs map[string]any,

Callers 2

ComplexityMethod · 0.95

Tested by

no test coverage detected