Parameters

NameTypeRequired?
account_idtextyes
nametextyes

Use

Update the name of an account

Example

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