We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1d3d0 commit e105344Copy full SHA for e105344
index.d.ts
@@ -57,5 +57,6 @@ declare module 'apollo-datasource-mongodb' {
57
): Promise<(TData | null | undefined)[]>
58
59
deleteFromCacheById(id: ObjectId | string): Promise<void>
60
+ deleteFromCacheByFields(fields: Fields): Promise<void>
61
}
62
0 commit comments