object InventorySnapshotsQueryResult

Fields

FieldTypeDescription
request_idString
complexityInt
dataInventorySnapshotConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
snapshotsInventorySnapshotConnectionDEPRECATED Use data instead of snapshots
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo

Referenced By

Example

{
  "request_id": "abc123",
  "complexity": 987,
  "data": InventorySnapshotConnection,
  "snapshots": InventorySnapshotConnection
}