(ctx context.Context, ref *string)
| 29 | } |
| 30 | type QueryResolver interface { |
| 31 | Repository(ctx context.Context, ref *string) (*models.Repository, error) |
| 32 | } |
| 33 | |
| 34 | // endregion ************************** generated!.gotpl ************************** |
no outgoing calls
no test coverage detected