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