Identity
The Identity type provides information about a user's identity.
type Identity {
ens: ENSInfo!
joinTime: String!
socialInfo: SocialInfo!
}
Fields
ens (ENSInfo)
ens information about the ENS domain.
joinTime (String)
joinTime the time of user's first sent transaction.
socialInfo (SocialInfo)
socialInfo information about the social profiles.