UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

6 lines 375 B
import type { Collection } from '../../../collections/config/types'; declare function loginResolver(collection: Collection): (_: any, args: any, context: any) => Promise<import("../../operations/login").Result & { user: import("../../../collections/config/types").TypeWithID & Record<string, unknown>; }>; export default loginResolver; //# sourceMappingURL=login.d.ts.map