Мутация

setProfileLocations

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

Аргументы

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

Ответ

SetProfileLocationsPayload

Пример

mutation SetProfileLocations($input: SetProfileLocationsInput!) {
  setProfileLocations(input: $input) {
    __typename
  }
}
{
  "input": "opaque-value"
}