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,7 +8,9 @@ const checkoutCreateMutation = /* GraphQL */ `
field field
message message
} }
...checkoutDetails checkout {
...checkoutDetails
}
} }
} }