Parameters

NameTypeRequired?
account_idtextyes
new_statustextyes

Use

Update the status of an account

Example

mutation MyMutation {
  modifyAccountStatus(accountId: "123abc", status: "active") {
  	id
	}
}