Мутация

openProfileSessions

Подготовить защищённые сессии массива профилей.

Аргументы

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

Ответ

OpenProfileSessionsPayload

Пример

mutation OpenProfileSessions($input: OpenProfileSessionsInput!) {
  openProfileSessions(input: $input) {
    __typename
  }
}
{
  "input": "opaque-value"
}