| 19 | var _ graph.BugAddCommentOperationResolver = bugAddCommentOperationResolver{} |
| 20 | |
| 21 | type bugAddCommentOperationResolver struct{} |
| 22 | |
| 23 | func (bugAddCommentOperationResolver) Author(_ context.Context, obj *bug.AddCommentOperation) (models.IdentityWrapper, error) { |
| 24 | return models.NewLoadedIdentity(obj.Author()), nil |
nothing calls this directly
no outgoing calls
no test coverage detected