We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2ce72 commit 058e143Copy full SHA for 058e143
types/index.d.ts
@@ -143,7 +143,7 @@ export function discardQuery(...fieldNames: string[]): Hook;
143
export function existsByDot(object: any, path: string): boolean;
144
145
export interface ResolverContext<T = any> extends HookContext<T> {
146
- _loaders: any
+ _loaders: any;
147
}
148
149
export type SimpleResolver<T> = (...args: any[]) => (item: T, context: ResolverContext) => Promise<any>;
0 commit comments