We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94e466 commit 6b06b43Copy full SHA for 6b06b43
index.d.ts
@@ -40,6 +40,6 @@ declare module 'apollo-datasource-mongodb' {
40
options?: Options
41
): Promise<(TData | null | undefined)[]>
42
43
- deleteFromCacheById(id: ObjectId): void
+ deleteFromCacheById(id: ObjectId): Promise<void>
44
}
45
0 commit comments