query
user
Use this nested query to retrieve user details like if the User isLoggedIn or not, to logout, to get activeSessionList and to check if hasPassword set or not.
Response
loggedInUser
UserDetailRetrieve information about the currently logged-in user.
activeSessions
SessionListRetrieve all active sessions of a user.
hasPassword
HasPasswordCheck if a user has set an account password.
logout
LogoutLogout currently logged-in user.
Query
Loading...
Try it
Response
Loading...
Was this section helpful?