From 962b84b25673717b1bb5d6655d834bc593d7755c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= <5421321+maarcingebala@users.noreply.github.com> Date: Thu, 17 Dec 2020 10:05:22 +0100 Subject: [PATCH] Drop deprecated quantity fields (#902) --- schema.graphql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/schema.graphql b/schema.graphql index a0496e583..4b1cea5a9 100644 --- a/schema.graphql +++ b/schema.graphql @@ -4200,12 +4200,8 @@ type ProductVariant implements Node & ObjectWithMetadata { weight: Weight privateMetadata: [MetadataItem]! metadata: [MetadataItem]! - quantity: Int! @deprecated(reason: "Use the stock field instead. This field will be removed after 2020-07-31.") - quantityAllocated: Int @deprecated(reason: "Use the stock field instead. This field will be removed after 2020-07-31.") - stockQuantity: Int! @deprecated(reason: "Use the quantityAvailable field instead. This field will be removed after 2020-07-31.") channelListings: [ProductVariantChannelListing!] pricing: VariantPricingInfo - isAvailable: Boolean @deprecated(reason: "Use the stock field instead. This field will be removed after 2020-07-31.") attributes(variantSelection: VariantAttributeScope): [SelectedAttribute!]! costPrice: Money margin: Int