create_schema
Create a new schema in Selise Blocks GraphQL API.
Args: schema_name: Name of the schema to create project_key: Project key (tenant ID). Uses global tenant_id if not provided
Returns: JSON string with schema creation result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | No | ||
| schema_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |