MCPcopy
hub / github.com/kriasoft/graphql-starter-kit / User

Interface User

server/schema/user.ts:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66);
67
68export interface User extends Db.UserInitializer {
69 localId: string;
70 email?: string | null;
71 emailVerified?: boolean | null;
72 displayName?: string | null;
73 photoUrl?: string | null;
74 disabled?: boolean | null;
75 createdAt?: string | null;
76 lastLoginAt?: string | null;
77}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected