stack

Home > @infiniteobjects/shopify-service > IShopifyGqlProductWithVariantsResponse

IShopifyGqlProductWithVariantsResponse interface

GraphQL response for the product with variants request

Signature:

export interface IShopifyGqlProductWithVariantsResponse 

Properties

Property Modifiers Type Description
data   { product?: { id: string; title: string; variants: { edges: IShopifyGqlProductVariantNode[]; }; }; }