VertexLabel
age-schema-client / VertexLabel
Interface: VertexLabel
Defined in: src/schema/types.ts:370
Vertex label definition
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
properties | Record<string, PropertyDefinition> | Vertex properties | src/schema/types.ts:374 |
required? | string[] | Required properties | src/schema/types.ts:379 |
description? | string | Vertex description | src/schema/types.ts:384 |
metadata? | Record<string, unknown> | Additional metadata | src/schema/types.ts:389 |