modifyAccountParameters NameTypeRequired?account_idtextyesnametextyes Use Update the name of an account Example GraphQLmutation MyMutation { modifyAccount(accountId: "123abc", name: "new name") { id } }