CurrentPortalUser
No description
type CurrentPortalUser {
userInfo: PortalUser
isAdmin: Boolean!
}
Fields
CurrentPortalUser.userInfo ● PortalUser object partner-portal
the user id(email) of the account
CurrentPortalUser.isAdmin ● Boolean! non-null scalar miscellaneous
a flag that indicates if the user is an admin
Returned By
currentPortalUser query
Was this topic helpful?