(
className: string,
schema: SchemaType,
query: QueryType,
readPreference?: string,
estimate?: boolean,
hint?: mixed,
comment?: string
)
| 104 | ): Promise<any>; |
| 105 | ensureUniqueness(className: string, schema: SchemaType, fieldNames: Array<string>): Promise<void>; |
| 106 | count( |
| 107 | className: string, |
| 108 | schema: SchemaType, |
| 109 | query: QueryType, |
no outgoing calls