MatchPattern
age-schema-client / MatchPattern
Interface: MatchPattern
Defined in: src/query/types.ts:61
Match pattern interface
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
type | MatchPatternType | Pattern type | src/query/types.ts:65 |
Methods
toCypher()
toCypher(): string;
Defined in: src/query/types.ts:70
Convert to Cypher string
Returns
string