Мутация

refreshProfiles

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

Аргументы

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

Ответ

RefreshProfilesPayload

Пример

mutation RefreshProfiles($input: RefreshProfilesInput!) {
  refreshProfiles(input: $input) {
    __typename
  }
}
{
  "input": "opaque-value"
}