Skip to main content
Version: 0.3.0

EdgeLabel

age-schema-client v0.3.0


age-schema-client / EdgeLabel

Interface: EdgeLabel

Defined in: src/schema/types.ts:395

Edge label definition

Properties

PropertyTypeDescriptionDefined in
labelstringEdge labelsrc/schema/types.ts:399
propertiesRecord<string, PropertyDefinition>Edge propertiessrc/schema/types.ts:404
required?string[]Required propertiessrc/schema/types.ts:409
fromVertex| string | VertexConnectionConstraintSource vertex constraintsrc/schema/types.ts:414
toVertex| string | VertexConnectionConstraintTarget vertex constraintsrc/schema/types.ts:419
fromstringSource vertex typesrc/schema/types.ts:424
tostringTarget vertex typesrc/schema/types.ts:429
fromLabelstringSource vertex labelsrc/schema/types.ts:434
toLabelstringTarget vertex labelsrc/schema/types.ts:439
multiplicity?EdgeMultiplicityEdge multiplicitysrc/schema/types.ts:444
direction?EdgeDirectionEdge directionsrc/schema/types.ts:449
description?stringEdge descriptionsrc/schema/types.ts:454
metadata?Record<string, unknown>Additional metadatasrc/schema/types.ts:459