Drop deprecated quantity fields (#902)
This commit is contained in:
parent
1e140853ec
commit
962b84b256
1 changed files with 0 additions and 4 deletions
|
@ -4200,12 +4200,8 @@ type ProductVariant implements Node & ObjectWithMetadata {
|
||||||
weight: Weight
|
weight: Weight
|
||||||
privateMetadata: [MetadataItem]!
|
privateMetadata: [MetadataItem]!
|
||||||
metadata: [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!]
|
channelListings: [ProductVariantChannelListing!]
|
||||||
pricing: VariantPricingInfo
|
pricing: VariantPricingInfo
|
||||||
isAvailable: Boolean @deprecated(reason: "Use the stock field instead. This field will be removed after 2020-07-31.")
|
|
||||||
attributes(variantSelection: VariantAttributeScope): [SelectedAttribute!]!
|
attributes(variantSelection: VariantAttributeScope): [SelectedAttribute!]!
|
||||||
costPrice: Money
|
costPrice: Money
|
||||||
margin: Int
|
margin: Int
|
||||||
|
|
Loading…
Reference in a new issue