UNPKG

@zuu/owl

Version:

Zuu's Experimental GraphQL Implementation

4 lines (3 loc) 135 B
export declare type ResolverInterface<T extends object> = { [P in keyof T]?: (root: T, ...args: any[]) => T[P] | Promise<T[P]>; };