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