Skip to main content
Version: 0.3.0

VertexPattern

age-schema-client v0.3.0


age-schema-client / VertexPattern

Interface: VertexPattern

Defined in: src/query/types.ts:76

Vertex pattern

Extends

Properties

PropertyTypeDescriptionOverridesDefined in
typeVERTEXPattern typeMatchPattern.typesrc/query/types.ts:80
labelstringVertex label-src/query/types.ts:85
aliasstringVertex 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

Inherited from

MatchPattern.toCypher