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 3da167f commit e5f92d7Copy full SHA for e5f92d7
src/schema-analyzer.ts
@@ -167,6 +167,8 @@ type AllSchemaParseOptions = {
167
storeValues: boolean;
168
signal?: AbortSignal;
169
storedValuesLengthLimit: number;
170
+ /** Complexity limit:
171
+ * The analysis will be aborted if the threshold is exceeded. */
172
distinctFieldsAbortThreshold?: number;
173
};
174
export type SchemaParseOptions = Partial<AllSchemaParseOptions>;
0 commit comments