Мутация

refreshProfileLocations

Обновить геопозиции массива профилей.

Аргументы

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

Ответ

RefreshProfileLocationsPayload

Пример

mutation RefreshProfileLocations($input: RefreshProfileLocationsInput!) {
  refreshProfileLocations(input: $input) {
    __typename
  }
}
{
  "input": "opaque-value"
}