object ProductImageSchema
Fields
| Field | Type | Description |
|---|---|---|
id | ID! | The ID of the object |
sku | String! | |
account_id | Int! | |
URL | String! | |
sort | Int | |
updated_at | DateTime! | |
created_at | DateTime! | |
products | ProductType | |
product_info | ProductInfoType | |
row_id | BigInt | |
source | String |
Implements
Referenced By
Example
{
"id": "abc123",
"sku": "abc123",
"account_id": 987,
"URL": "abc123",
"sort": 987,
"updated_at": "abc123",
"created_at": "abc123",
"products": ProductType,
"product_info": ProductInfoType,
"row_id": "abc123",
"source": "abc123"
}