forceLogoutUser
Super-admin only. Revokes every active session for the target user (deletes their game_tokens and records revocations so split-mode caches evict them immediately). Requires the caller to be a super admin. SIDE EFFECT: the target is signed out on all devices.
forceLogoutUser(
userId: BigInt!
): Boolean!
Arguments
forceLogoutUser.userId ● BigInt! non-null scalar
Target user id (BigInt as string).
Type
Boolean scalar
The Boolean scalar type represents true or false.