Merchant
No description
type Merchant {
id: ID!
name: String!
icon: String
providers: [Provider!]!
configurations: [MerchantConfiguration!]!
configuration(
key: MerchantConfigurationEnum
): MerchantConfiguration
webhooks: [Webhook!]!
subscription: MerchantSubscription
themes: [Theme!]!
}
Fields
Merchant.id ● ID! non-null scalar
Merchant.name ● String! non-null scalar
Merchant.icon ● String scalar
Merchant.providers ● [Provider!]! non-null object
Merchant.configurations ● [MerchantConfiguration!]! non-null object
Merchant.configuration ● MerchantConfiguration object
Merchant.configuration.key ● MerchantConfigurationEnum enum
Merchant.webhooks ● [Webhook!]! non-null object
Merchant.subscription ● MerchantSubscription object
Merchant.themes ● [Theme!]! non-null object
Returned By
me query ● updateMerchantIcon mutation