Skip to main content

Product

No description

type Product {
id: ID
platformProductId: String
title: String
description: String
shopId: String
images: [Image]
variants: [Variant]
createdAt: Timestamp
updatedAt: Timestamp
}

Fields

Product.id ● ID scalar

Product.platformProductId ● String scalar

Product.title ● String scalar

Product.description ● String scalar

Product.shopId ● String scalar

Product.images ● [Image] list object

Product.variants ● [Variant] list object

Product.createdAt ● Timestamp object

Product.updatedAt ● Timestamp object

Returned By

createProduct mutation ● getProduct query ● getProducts query ● updateProduct mutation