MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox /

Class

backend/src/auth/auth.resolver.ts:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { AuthService } from './auth.service';
12import { CheckTokenInput } from './dto/check-token.input';
13import { JWTAuthGuard } from 'src/common/guards/jwt-auth.guard';
14import { GetUserIdFromToken } from 'src/common/decorators/get-auth-token.decorator';
15
16@ObjectType()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected