Skip to main content

Mutation: logoutFromAllDevices

WARNING: logs the user out of ALL devices, INCLUDING the one performing this call. Invalidates every web session and revokes mobile app and OAuth tokens. The caller must re-authenticate afterwards.

loggedUserMutation {
logoutFromAllDevices: Boolean!
}

Type

Boolean scalar

The Boolean scalar type represents true or false.