A function to trigger the addCurrentCustomerAddress mutation from your UI.
You can pass AddAddressParams as parameters.
The function returns a promise that fulfills with
AddAddressResponse.
Optional error
error:undefined | ApolloError
Any errors returned from the mutation
loading
loading:boolean
A boolean that indicates whether your mutation is in flight.
A function to trigger the
addCurrentCustomerAddress
mutation from your UI. You can passAddAddressParams
as parameters. The function returns a promise that fulfills withAddAddressResponse
.