object AssemblyMapType

Fields

FieldTypeDescription
idID!

The ID of the object

account_idInt!
skuString!
component_skuString!
quantityInt!
created_atDateTime!
updated_atDateTime
componentProductInfoType
parentProductInfoType
row_idBigInt

Implements

Node

Referenced By

Example

{
  "id": "abc123",
  "account_id": 987,
  "sku": "abc123",
  "component_sku": "abc123",
  "quantity": 987,
  "created_at": "abc123",
  "updated_at": "abc123",
  "component": ProductInfoType,
  "parent": ProductInfoType,
  "row_id": "abc123"
}