(ctx context.Context, input models.BugCreateInput)
| 18 | |
| 19 | type MutationResolver interface { |
| 20 | BugCreate(ctx context.Context, input models.BugCreateInput) (*models.BugCreatePayload, error) |
| 21 | BugAddComment(ctx context.Context, input models.BugAddCommentInput) (*models.BugAddCommentPayload, error) |
| 22 | BugAddCommentAndClose(ctx context.Context, input models.BugAddCommentAndCloseInput) (*models.BugAddCommentAndClosePayload, error) |
| 23 | BugAddCommentAndReopen(ctx context.Context, input models.BugAddCommentAndReopenInput) (*models.BugAddCommentAndReopenPayload, error) |
no outgoing calls
no test coverage detected