object CreateProductOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
product | Product |
Referenced By
- product_create Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"product": Product
}| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
product | Product |
{
"request_id": "abc123",
"complexity": 987,
"product": Product
}