PublicUserInfo
description
Publicly available information for a user
type PublicUserInfo {
firstName: String!
lastName: String!
id: ID!
username: String!
}
Fields
PublicUserInfo.firstName ● String! non-null scalar graph-ql-types
First name of the user @exposed
PublicUserInfo.lastName ● String! non-null scalar graph-ql-types
Last name of the user @exposed
PublicUserInfo.id ● ID! non-null scalar graph-ql-types
AS numeric user id in string format @exposed
PublicUserInfo.username ● String! non-null scalar graph-ql-types
Username of the user @exposed
Member Of
CommonUserDocumentType object ● NoteDocumentType object ● UserDocumentType interface ● Watchlist object ● WebClipperDocumentType object