PathPattern
age-schema-client / PathPattern
Interface: PathPattern
Defined in: src/query/types.ts:141
Path pattern
Extends
Properties
| Property | Type | Description | Overrides | Defined in |
|---|---|---|---|---|
type | PATH | Pattern type | MatchPattern.type | src/query/types.ts:145 |
alias | string | Path alias | - | src/query/types.ts:150 |
segments | ( | VertexPattern | EdgePattern)[] | Path segments | - | src/query/types.ts:155 |
Methods
toCypher()
toCypher(): string;
Defined in: src/query/types.ts:70
Convert to Cypher string
Returns
string