(ctx context.Context, obj models.BugWrapper, after *string, before *string, first *int, last *int)
| 24 | HumanID(ctx context.Context, obj models.BugWrapper) (string, error) |
| 25 | |
| 26 | Actors(ctx context.Context, obj models.BugWrapper, after *string, before *string, first *int, last *int) (*models.IdentityConnection, error) |
| 27 | Participants(ctx context.Context, obj models.BugWrapper, after *string, before *string, first *int, last *int) (*models.IdentityConnection, error) |
| 28 | Comments(ctx context.Context, obj models.BugWrapper, after *string, before *string, first *int, last *int) (*models.BugCommentConnection, error) |
| 29 | Timeline(ctx context.Context, obj models.BugWrapper, after *string, before *string, first *int, last *int) (*models.BugTimelineItemConnection, error) |
no outgoing calls
no test coverage detected