nebula_get_graph_schema
Retrieve the schema for a specified graph type, with an option to include a size-limited DDL string for database setup or validation.
Instructions
Read a Graph Type schema; optionally include a UTF-8 byte-bounded DDL string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | ||
| graph_type | Yes | ||
| include_ddl | No | ||
| max_ddl_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ddl | No | ||
| schema | Yes | ||
| status | Yes | ||
| entities | Yes | ||
| graph_type | Yes | ||
| ddl_truncated | No |