64. Mutasyon: Organizasyona Kullanıcı Ekle
mutation AddUsersToOrganizationSample {
addUsersToOrganization(
input: {
organizationUuid: "organization_uuid",
emails: ["[email protected]", "[email protected]"]
}
) {
organizasyonUuid
userUuid
e-posta
tümÇiftlikler
oluşturulmaTarihi
updatedDate
}
}Last updated
Was this helpful?