Мутация

deleteProxies

Удалить массив локальных конфигураций прокси.

Аргументы

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

Ответ

DeleteProxiesPayload

Пример

mutation DeleteProxies($input: DeleteProxiesInput!) {
  deleteProxies(input: $input) {
    __typename
  }
}
{
  "input": "opaque-value"
}