UpdateMerchantResult
The result of updating a merchant
type UpdateMerchantResult {
success: Boolean!
merchant: Merchant
errors: [MerchantError!]
}
Fields
UpdateMerchantResult.success ● Boolean! non-null scalar
If the update to a Merchant was successful
UpdateMerchantResult.merchant ● Merchant object
The updated Merchant
UpdateMerchantResult.errors ● [MerchantError!] list object
Any errors present when updating a Merchant will be returned here
Returned By
updateMerchant mutation