(ctx context.Context, obj *model.Course)
| 76 | } |
| 77 | type CourseResolver interface { |
| 78 | Category(ctx context.Context, obj *model.Course) (*model.Category, error) |
| 79 | } |
| 80 | type MutationResolver interface { |
| 81 | CreateCategory(ctx context.Context, input model.NewCategory) (*model.Category, error) |
nothing calls this directly
no outgoing calls
no test coverage detected