Skip to main content
Version: 0.3.0

ResultProcessingOptions

age-schema-client v0.3.0


age-schema-client / ResultProcessingOptions

Interface: ResultProcessingOptions

Defined in: src/query/results.ts:12

Result processing options

Properties

PropertyTypeDescriptionDefined in
flatten?booleanWhether to flatten nested objectssrc/query/results.ts:16
expandPaths?booleanWhether to convert graph paths to arrays of nodes and relationshipssrc/query/results.ts:21
parseDates?booleanWhether to convert date strings to Date objectssrc/query/results.ts:26
removeNulls?booleanWhether to remove null values from resultssrc/query/results.ts:31
parseNumbers?booleanWhether to convert numeric strings to numberssrc/query/results.ts:36
transformers?Record<string, (value) => any>Custom transformers for specific fieldssrc/query/results.ts:41