| 11 | import { AuthService } from './auth.service'; |
| 12 | import { CheckTokenInput } from './dto/check-token.input'; |
| 13 | import { JWTAuthGuard } from 'src/common/guards/jwt-auth.guard'; |
| 14 | import { GetUserIdFromToken } from 'src/common/decorators/get-auth-token.decorator'; |
| 15 | |
| 16 | @ObjectType() |
nothing calls this directly
no outgoing calls
no test coverage detected