Update checkout-create.ts

This commit is contained in:
cond0r 2021-04-20 09:49:22 +03:00
parent b59a50e984
commit a22a6618cf

View File

@ -8,9 +8,11 @@ const checkoutCreateMutation = /* GraphQL */ `
field field
message message
} }
checkout {
...checkoutDetails ...checkoutDetails
} }
} }
}
${checkoutDetailsFragment} ${checkoutDetailsFragment}
` `