| 15 | ) |
| 16 | |
| 17 | type currentUserResolver struct { |
| 18 | baseRewriter resolve.QueryRewriter |
| 19 | } |
| 20 | |
| 21 | func extractName(ctx context.Context) (string, error) { |
| 22 | accessJwt, err := x.ExtractJwt(ctx) |
nothing calls this directly
no outgoing calls
no test coverage detected