VertexPattern
age-schema-client / VertexPattern
Interface: VertexPattern
Defined in: src/query/types.ts:76
Vertex pattern
Extends
Properties
| Property | Type | Description | Overrides | Defined in |
|---|---|---|---|---|
type | VERTEX | Pattern type | MatchPattern.type | src/query/types.ts:80 |
label | string | Vertex label | - | src/query/types.ts:85 |
alias | string | Vertex alias | - | src/query/types.ts:90 |
properties? | Record<string, any> | Property constraints | - | src/query/types.ts:95 |
Methods
toCypher()
toCypher(): string;
Defined in: src/query/types.ts:70
Convert to Cypher string
Returns
string