payload
Version:
Node, React, Headless CMS and Application Framework built on Next.js
10 lines • 344 B
TypeScript
import type { Where } from '../../../types/index.js';
/**
* Builds a `where` fragment that scopes order operations to docs sharing the
* same join `on` field value.
*/
export declare function buildJoinScopeWhere(args: {
joinOnFieldPath: string;
scopeValue: unknown;
}): null | Where;
//# sourceMappingURL=buildJoinScopeWhere.d.ts.map