Update fixtures

This commit is contained in:
dominik-zeglen 2020-04-29 19:10:04 +02:00
parent e84aefab9a
commit 58d4df74ef

View file

@ -1256,6 +1256,7 @@ export const variant = (placeholderImage: string): ProductVariant => ({
__typename: "Stock",
id: "1",
quantity: 1,
quantityAllocated: 1,
warehouse: {
__typename: "Warehouse",
id: "123",
@ -1266,6 +1267,7 @@ export const variant = (placeholderImage: string): ProductVariant => ({
__typename: "Stock",
id: "2",
quantity: 4,
quantityAllocated: 2,
warehouse: {
__typename: "Warehouse",
id: "1234",