Мутация

reinstallProfiles

Переустановить массив облачных профилей.

Аргументы

ИмяТипТребование
inputReinstallProfilesInput!обязательный

Ответ

ReinstallProfilesPayload

Пример

mutation ReinstallProfiles($input: ReinstallProfilesInput!) {
  reinstallProfiles(input: $input) {
    __typename
  }
}
{
  "input": "opaque-value"
}