| 9 | |
| 10 | @Resolver(UserInfo) |
| 11 | export class AuthResolver { |
| 12 | constructor(private readonly authService: AuthService) {} |
| 13 | @Mutation(() => UserInfo) |
| 14 | async login(@Args() args: LoginArgs): Promise<UserInfo> { |
nothing calls this directly
no outgoing calls
no test coverage detected