object ProductAttributeType
Fields
| Field | Type | Description |
|---|---|---|
id | ID! | The ID of the object |
account_id | Int! | |
sku | String! | |
name | String! | |
value | String | |
updated_at | DateTime | |
created_at | DateTime | |
row_id | BigInt |
Implements
Referenced By
- ProductAttributeTypeCountableEdge Type
- ProductType Type
Example
{
"id": "abc123",
"account_id": 987,
"sku": "abc123",
"name": "abc123",
"value": "abc123",
"updated_at": "abc123",
"created_at": "abc123",
"row_id": "abc123"
}