mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
finish activate warranty step
This commit is contained in:
@@ -18,9 +18,7 @@ export const createFileMutation = /* GraphQL */ `
|
||||
fileCreate(files: $files) {
|
||||
files {
|
||||
fileStatus
|
||||
... on MediaImage {
|
||||
id
|
||||
}
|
||||
id
|
||||
}
|
||||
userErrors {
|
||||
field
|
||||
|
13
lib/shopify/mutations/order.ts
Normal file
13
lib/shopify/mutations/order.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export const updateOrderMetafieldsMutation = /* GraphQL */ `
|
||||
mutation updateOrderMetafields($input: OrderInput!) {
|
||||
orderUpdate(input: $input) {
|
||||
order {
|
||||
id
|
||||
}
|
||||
userErrors {
|
||||
message
|
||||
field
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user