Interface: NodeSearchOptions
Defined in: src/types/interfaces/graph.interface.ts:98
Node search options.
Properties
cursor?
readonlyoptionalcursor:string
Defined in: src/types/interfaces/graph.interface.ts:103
externalIdIdentifier?
readonlyoptionalexternalIdIdentifier:string
Defined in: src/types/interfaces/graph.interface.ts:113
externalIdSystem?
readonlyoptionalexternalIdSystem:string
Defined in: src/types/interfaces/graph.interface.ts:112
Filter nodes whose externalIds array includes an entry matching both
externalIdSystem and externalIdIdentifier. Must be used together.
Remarks
Example: { externalIdSystem: 'cosmik', externalIdIdentifier: 'REFERENCES' }
returns nodes whose externalIds includes { system: 'cosmik', identifier: 'REFERENCES' }.
kind?
readonlyoptionalkind:NodeKind
Defined in: src/types/interfaces/graph.interface.ts:99
limit?
readonlyoptionallimit:number
Defined in: src/types/interfaces/graph.interface.ts:102
status?
readonlyoptionalstatus:NodeStatus
Defined in: src/types/interfaces/graph.interface.ts:101
subkind?
readonlyoptionalsubkind:string
Defined in: src/types/interfaces/graph.interface.ts:100