Interface: AdapterCtxArg
Defined in: lang-cypher/src/language/language.ts:69
Adapter context injected as the first argument of any CypherFn with addAdapterCtx: true.
Properties
adapter
adapter:
CypherDataAdapter
Defined in: lang-cypher/src/language/language.ts:71
The active CypherDataAdapter for the current execution.
graph
graph:
unknown
Defined in: lang-cypher/src/language/language.ts:73
The graph instance being queried.