64. Мутація: додати користувачів до організації
мутація AddUsersToOrganizationSample {
addUsersToOrganization(
input: {
organizationUuid: "organization_uuid",
emails: ["[email protected]", "[email protected]"]
}
) {
uuidОрганізації
userUuid
email
всіФерми
датаСтворення
updatedDate
}
}Last updated
Was this helpful?