Skip to main content

CreateMerchantInput

Input for creating a new merchant

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

Fields

CreateMerchantInput.name ● String! non-null scalar

Name of the merchant

CreateMerchantInput.url ● String scalar

URL of the merchant

CreateMerchantInput.logoUrl ● String scalar

Logo URL of the merchant

CreateMerchantInput.merchantColor ● MerchantColor enum

Brand color of the merchant

CreateMerchantInput.primaryBalanceType ● String scalar

Primary balance type for the merchant

CreateMerchantInput.categories ● [String!] list scalar

Categories associated with the merchant

CreateMerchantInput.description ● String scalar

Description of the merchant

Member Of

createMerchant mutation