Skip to content

Commit

Permalink
fix(sync-utils): add currentlyNotInStock to variant query
Browse files Browse the repository at this point in the history
  • Loading branch information
good-idea committed Nov 18, 2020
1 parent 7670bdf commit 7a2adca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sync-utils/src/shopify/queryFragments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const imageFragment = /* GraphQL */ `
export const productVariantFragment = gql`
fragment ProductVariantFragment on ProductVariant {
availableForSale
currentlyNotInStock
id
image {
...ImageFragment
Expand Down

0 comments on commit 7a2adca

Please sign in to comment.