(ctx context.Context, obj models.BugWrapper)
| 22 | |
| 23 | type BugResolver interface { |
| 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) |
no outgoing calls
no test coverage detected