65. Мутація: видалити користувачів з організації
mutation DeleteUsersFromOrganizationSample {
deleteUsersFromOrganization(
input: {
organizationUuid: "organization_uuid"
userUuids: ["<user_uuid1>", "<user_uuid2>"]
}
) {
uuidОрганізації
userUuid
email
всіФерми
датаСтворення
updatedDate
}
}Last updated
Was this helpful?