GraphQL OBJECT
CurrentUser
Information about the user who is logged into the cleverbridge platform.
link Definition
- type CurrentUser {
- # User account information for the user who is logged in to the cleverbridge
- # platform.
- : UserAccount
- # List of access rights of the user who is logged in to the cleverbridge platform.
- : [UserAccountPrivilege]
- # Settings of the user who is logged in to the cleverbridge platform.
- : UserAccountSettings
- }