createProxies
Создать прокси одной массовой операцией.
Аргументы
| Имя | Тип | Требование |
|---|---|---|
input | CreateProxiesInput! | обязательный |
Ответ
Пример
mutation CreateProxies($input: CreateProxiesInput!) {
createProxies(input: $input) {
__typename
}
}{
"input": "opaque-value"
}