AddNodeDefinitionBody
The `AddNodeDefinitionBody` entity.
Definition
TypeScript
interface AddNodeDefinitionBody {
graphDefinitionId: string;
schemaId: string;
description?: string | undefined;
}Fields
| Field | Type | Notes |
|---|---|---|
graphDefinitionId | string | required — Graph definition this node type belongs to. |
schemaId | string | required — Schema ID for the node type |
description | string | undefined | optional — Node definition description |