65. Mutasyon: Organizasyondan Kullanıcı Sil
mutation DeleteUsersFromOrganizationSample {
deleteUsersFromOrganization(
input: {
organizationUuid: "organization_uuid"
userUuids: ["<user_uuid1>", "<user_uuid2>"]
}
) {
organizasyonUuid
userUuid
e-posta
tümÇiftlikler
oluşturulmaTarihi
updatedDate
}
}Last updated
Was this helpful?