OBJECT
type CustomerAddressDeletePayload {# ID of the deleted customer address.deletedCustomerAddressId: String # List of errors that occurred executing the mutation.userErrors: [UserError!]! }