users_update_all
Last edit: Oct 26, 2022
Update all users matching filter conditions; use only for small result set,
for larger amount of results use import feature
users_update_all(
all_users: Boolean
filter: UsersFilterInput
sync: Boolean
user: UserInputType!
): ObjectCount!
Arguments
all_users
(Boolean
)
If filter options are not specified, this must be checked
filter
(UsersFilterInput
)
sync
(Boolean
)
Set to true if you want it to run synchronously