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