mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
🎨 styles: shipping method
:%s
This commit is contained in:
11
framework/vendure/schema.d.ts
vendored
11
framework/vendure/schema.d.ts
vendored
@@ -365,8 +365,17 @@ export type Address = Node & {
|
||||
customFields?: Maybe<Scalars['JSON']>
|
||||
}
|
||||
|
||||
export type SetShippingMethodMutationVariables = Exact<{
|
||||
id: Scalars['ID'];
|
||||
}>;
|
||||
|
||||
|
||||
export type SetShippingMethodMutation = {
|
||||
setOrderShippingMethod:
|
||||
| TestOrderFragmentFragment
|
||||
| Pick<OrderModificationError, 'errorCode' | 'message'>
|
||||
| Pick<IneligibleShippingMethodError, 'errorCode' | 'message'>
|
||||
| Pick<NoActiveOrderError, 'errorCode' | 'message'>;
|
||||
};
|
||||
|
||||
export type Asset = Node & {
|
||||
__typename?: 'Asset'
|
||||
|
Reference in New Issue
Block a user