UserPublicInfo
No description
type UserPublicInfo {
id: ID!
dapperID: String!
flowAddress: String
username: String
profileImageUrl: String
twitterHandle: String
createdAt: Time
favoriteTeamID: String
country: String
city: String
successfulReferrals: Int
ownedSpecialNFTTypes: [SpecialNFTType!]
collectorScore: CollectorScore
titles: [UserTitle!]
}
Fields
id ● ID! non-null scalar
dapperID ● String! non-null scalar
flowAddress ● String scalar
username ● String scalar
profileImageUrl ● String scalar
twitterHandle ● String scalar
createdAt ● Time scalar
favoriteTeamID ● String scalar
country ● String scalar
city ● String scalar
successfulReferrals ● Int scalar
ownedSpecialNFTTypes ● [SpecialNFTType!] list enum
collectorScore ● CollectorScore object
titles ● [UserTitle!] list object
Member of
GetUserProfileResponse object ● MarketplaceTransaction object ● PackPurchaseOrder object ● Showcase object ● UserSetAssociation object