object ProductImageSchema

Fields

FieldTypeDescription
idID!

The ID of the object

skuString!
account_idInt!
URLString!
sortInt
updated_atDateTime!
created_atDateTime!
productsProductType
product_infoProductInfoType
row_idBigInt
sourceString

Implements

Node

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"
}