Parameters

NameTypeRequired?
account_idtextyes
new_brand_nametextyes

Use

Update the brand name of an account

Example

mutation MyMutation {
	modifyAccountBrand(accountId: "123abc", newBrandName: "new name") {
	   id
	}
}