Мутация

createProfiles

Создать облачные профили одной массовой операцией.

Аргументы

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

Ответ

CreateProfilesPayload

Пример

mutation CreateProfiles($input: CreateProfilesInput!) {
  createProfiles(input: $input) {
    __typename
  }
}
{
  "input": "opaque-value"
}