AddNodeDefinitionBody

The `AddNodeDefinitionBody` entity.

Definition

TypeScript
interface AddNodeDefinitionBody {
  graphDefinitionId: string;
  schemaId: string;
  description?: string | undefined;
}

Fields

FieldTypeNotes
graphDefinitionIdstringrequired — Graph definition this node type belongs to.
schemaIdstringrequired — Schema ID for the node type
descriptionstring | undefinedoptional — Node definition description