ResultProcessingOptions
age-schema-client / ResultProcessingOptions
Interface: ResultProcessingOptions
Defined in: src/query/results.ts:12
Result processing options
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
flatten? | boolean | Whether to flatten nested objects | src/query/results.ts:16 |
expandPaths? | boolean | Whether to convert graph paths to arrays of nodes and relationships | src/query/results.ts:21 |
parseDates? | boolean | Whether to convert date strings to Date objects | src/query/results.ts:26 |
removeNulls? | boolean | Whether to remove null values from results | src/query/results.ts:31 |
parseNumbers? | boolean | Whether to convert numeric strings to numbers | src/query/results.ts:36 |
transformers? | Record<string, (value) => any> | Custom transformers for specific fields | src/query/results.ts:41 |