MCPcopy Create free account
hub / github.com/amplication/sample-app /

Class

apps/ecommerce-server/src/auth/auth.resolver.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10@Resolver(UserInfo)
11export class AuthResolver {
12 constructor(private readonly authService: AuthService) {}
13 @Mutation(() => UserInfo)
14 async login(@Args() args: LoginArgs): Promise<UserInfo> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected