object ShippingContainersQueryResult
Fields
| Field | Type | Description | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request_id | String | ||||||||||||||||||||||||||||||||||||
complexity | Int | ||||||||||||||||||||||||||||||||||||
data | ShippingContainerConnection | ||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
Referenced By
- shipping_containers Query
Example
{
"request_id": "abc123",
"complexity": 987,
"data": ShippingContainerConnection
}