Skip to main content
Version: 0.3.0

QueryExecutionOptions

age-schema-client v0.3.0


age-schema-client / QueryExecutionOptions

Interface: QueryExecutionOptions

Defined in: src/query/types.ts:169

Query execution options

Properties

PropertyTypeDescriptionDefined in
graphName?stringGraph namesrc/query/types.ts:173
schemaName?stringSchema name for temp tables and functionssrc/query/types.ts:178
timeout?numberQuery timeout in millisecondssrc/query/types.ts:183
maxRetries?numberMaximum number of retriessrc/query/types.ts:188
validate?booleanWhether to validate the query against the schema Default truesrc/query/types.ts:195