Мутация

createProxies

Создать прокси одной массовой операцией.

Аргументы

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

Ответ

CreateProxiesPayload

Пример

mutation CreateProxies($input: CreateProxiesInput!) {
  createProxies(input: $input) {
    __typename
  }
}
{
  "input": "opaque-value"
}