object CreateCustomBoxOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
custom_box | CustomBox |
Referenced By
- custom_box_create Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"custom_box": CustomBox
}| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
custom_box | CustomBox |
{
"request_id": "abc123",
"complexity": 987,
"custom_box": CustomBox
}