Тип

DeleteProfilesInput

Публичный тип DeleteProfilesInput.

input DeleteProfilesInput {
  clientMutationId: String
  profileIds: [UUID]!
  requestId: UUID
}