Update stories
This commit is contained in:
parent
e41a79fe78
commit
85b730bce8
2 changed files with 7163 additions and 3735 deletions
|
@ -1,4 +1,3 @@
|
|||
import { warehouseList } from "@saleor/warehouses/fixtures";
|
||||
import { ShippingMethodTypeEnum } from "../types/globalTypes";
|
||||
import { ShippingZoneDetailsFragment } from "./types/ShippingZoneDetailsFragment";
|
||||
import { ShippingZoneFragment } from "./types/ShippingZoneFragment";
|
||||
|
@ -1646,5 +1645,16 @@ export const shippingZone: ShippingZoneDetailsFragment = {
|
|||
type: ShippingMethodTypeEnum.PRICE
|
||||
}
|
||||
],
|
||||
warehouses: warehouseList
|
||||
warehouses: [
|
||||
{
|
||||
__typename: "Warehouse",
|
||||
id: "V2FyZWhvdXNlOmEzMThmMGZlLTcwMmYtNDNjYy1hYmFjLWZmZmMzN2Y3ZTliYw==",
|
||||
name: "C our wares"
|
||||
},
|
||||
{
|
||||
__typename: "Warehouse",
|
||||
id: "V2FyZWhvdXNlOjJmN2UyOTlmLWEwMzMtNDhjZS1iYmM5LTFkZDM4NjU2ZjMwYw==",
|
||||
name: "Be stocked"
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue