store-graphql
store-graphql copied to clipboard
isDisposable for the Address input
Is your feature request related to a problem? Please describe. Carrefour is complaining that users now have many of the same address on their account page
Describe the solution you'd like
Apps that rely on updateOrderFormShipping
can't make use of the isDisposable
boolean for the address because it's not available on the OrderFormAddressInput
type
https://github.com/vtex-apps/store-graphql/blob/0f430b01b2eca41371e513f705eab0de21ee5881/graphql/types/OrderForm.graphql#L185
Describe alternatives you've considered
We could migrate our apps to use a tailor-made solution to set the shippingAddress via API, but this is not ideal
Additional context