Skip to main content

UpdateMerchantInput

Input for updating an existing merchant

input UpdateMerchantInput {
name: String
url: String
logoUrl: String
merchantColor: MerchantColor
primaryBalanceType: String
categories: [String!]
description: String
}

Fields

UpdateMerchantInput.name ● String scalar

Name of the merchant

UpdateMerchantInput.url ● String scalar

URL of the merchant

UpdateMerchantInput.logoUrl ● String scalar

Logo URL of the merchant

UpdateMerchantInput.merchantColor ● MerchantColor enum

Brand color of the merchant

UpdateMerchantInput.primaryBalanceType ● String scalar

Primary balance type for the merchant

UpdateMerchantInput.categories ● [String!] list scalar

Categories associated with the merchant

UpdateMerchantInput.description ● String scalar

Description of the merchant

Member Of

updateMerchant mutation