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