object ProductAttributeType

Fields

FieldTypeDescription
idID!

The ID of the object

account_idInt!
skuString!
nameString!
valueString
updated_atDateTime
created_atDateTime
row_idBigInt

Implements

Node

Referenced By

Example

{
  "id": "abc123",
  "account_id": 987,
  "sku": "abc123",
  "name": "abc123",
  "value": "abc123",
  "updated_at": "abc123",
  "created_at": "abc123",
  "row_id": "abc123"
}