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