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 c164926 commit 63fa37aCopy full SHA for 63fa37a
packages/data-service/src/data-service.ts
@@ -669,7 +669,7 @@ export interface DataService {
669
args?: { query?: Filter<Document>; size?: number; fields?: Document },
670
options?: AggregateOptions,
671
executionOptions?: ExecutionOptions & {
672
- fallbackReadPreference: ReadPreferenceMode;
+ fallbackReadPreference?: ReadPreferenceMode;
673
}
674
): Promise<Document[]>;
675
0 commit comments