updateUserLocalLoginDisabled
Sets a flag which adjusts whether local login option for the user is disabled or not.
updateUserLocalLoginDisabled(
id: UUID!
disabled: Boolean!
): User
Arguments
updateUserLocalLoginDisabled.id ● UUID! non-null scalar
updateUserLocalLoginDisabled.disabled ● Boolean! non-null scalar
Type
User object
A representation of a human user account.