object InventorySnapshotsQueryResult
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request_id | String | |||||||||||||||||||||||||||||||
complexity | Int | |||||||||||||||||||||||||||||||
data | InventorySnapshotConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
snapshots | InventorySnapshotConnection | DEPRECATED Use data instead of snapshots | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Referenced By
- inventory_snapshots Query
Example
{
"request_id": "abc123",
"complexity": 987,
"data": InventorySnapshotConnection,
"snapshots": InventorySnapshotConnection
}