updateUserAccountType
Updates user's account type.
updateUserAccountType(
id: UUID!
accountType: UserAccountType!
): User
Arguments
updateUserAccountType.id ● UUID! non-null scalar
updateUserAccountType.accountType ● UserAccountType! non-null enum
Type
User object
A representation of a human user account.