(ctx context.Context, obj *models.Repository, prefix string)
| 20 | Name(ctx context.Context, obj *models.Repository) (*string, error) |
| 21 | AllBugs(ctx context.Context, obj *models.Repository, after *string, before *string, first *int, last *int, query *string) (*models.BugConnection, error) |
| 22 | Bug(ctx context.Context, obj *models.Repository, prefix string) (models.BugWrapper, error) |
| 23 | AllIdentities(ctx context.Context, obj *models.Repository, after *string, before *string, first *int, last *int) (*models.IdentityConnection, error) |
| 24 | Identity(ctx context.Context, obj *models.Repository, prefix string) (models.IdentityWrapper, error) |
| 25 | UserIdentity(ctx context.Context, obj *models.Repository) (models.IdentityWrapper, error) |
no outgoing calls
no test coverage detected