| 10 | var _ graph.IdentityResolver = &identityResolver{} |
| 11 | |
| 12 | type identityResolver struct{} |
| 13 | |
| 14 | func (r identityResolver) HumanID(ctx context.Context, obj models.IdentityWrapper) (string, error) { |
| 15 | return obj.Id().Human(), nil |
nothing calls this directly
no outgoing calls
no test coverage detected