GetUserProfileResponse
No description
type GetUserProfileResponse {
publicInfo: UserPublicInfo!
moments: [MintedMoment]!
momentCount: Int!
}
Fields
publicInfo ● UserPublicInfo! non-null object
moments ● [MintedMoment]! non-null object
momentCount ● Int! non-null scalar
Returned by
getUserProfile query ● getUserProfileByUsername query