VertexDefinition
age-schema-client / VertexDefinition
Interface: VertexDefinition
Defined in: src/schema/types.ts:10
Vertex definition interface
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
label | string | Vertex label | src/schema/types.ts:14 |
properties | Record<string, PropertyDefinition> | Vertex properties | src/schema/types.ts:19 |
required? | string[] | Required properties | src/schema/types.ts:24 |
description? | string | Vertex description | src/schema/types.ts:29 |
metadata? | Record<string, unknown> | Additional metadata | src/schema/types.ts:34 |