Skip to main content
Version: 0.3.0

EdgeDefinition

age-schema-client v0.3.0


age-schema-client / EdgeDefinition

Interface: EdgeDefinition

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

Edge definition interface

Properties

PropertyTypeDescriptionDefined in
labelstringEdge labelsrc/schema/types.ts:44
propertiesRecord<string, PropertyDefinition>Edge propertiessrc/schema/types.ts:49
fromstringSource vertex typesrc/schema/types.ts:54
tostringTarget vertex typesrc/schema/types.ts:59
fromLabelstringSource vertex labelsrc/schema/types.ts:64
toLabelstringTarget vertex labelsrc/schema/types.ts:69
required?string[]Required propertiessrc/schema/types.ts:74
description?stringEdge descriptionsrc/schema/types.ts:79
metadata?Record<string, unknown>Additional metadatasrc/schema/types.ts:84