(ctx context.Context, obj models.BugWrapper, after *string, before *string, first *int, last *int)
| 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) |
| 30 | Operations(ctx context.Context, obj models.BugWrapper, after *string, before *string, first *int, last *int) (*models.OperationConnection, error) |
| 31 | } |
| 32 |
no outgoing calls
no test coverage detected