Skip to main content
Version: V1

UserIdentity

No description

type UserIdentity {
address: String!
domain: String!
ens: String!
social: Social!
avatar: String!
joinTime: String!
twitter: Twitter!
github: Github!
followerCount(
namespace: String
type: ConnectionType = FOLLOW
): Int!
followingCount(
namespace: String
type: ConnectionType = FOLLOW
): Int!
followings(
namespace: String
type: ConnectionType = FOLLOW
first: Int
after: String
): ConnectionIdentityPage!
followers(
namespace: String
type: ConnectionType = FOLLOW
first: Int
after: String
): ConnectionIdentityPage!
friends(
namespace: String
type: ConnectionType = FOLLOW
first: Int
after: String
): ConnectionIdentityPage!
}

Fields

address (String)

domain (String)

Ethereum: ENS updated every week; Solana: SNS from Bonfida.

ens (String)

social (Social)

avatar (String)

Ethereum: ENS avatar updated every week; Solana: customized profile avatar.

joinTime (String)

The time of user's first sent transaction.

twitter (Twitter)

Twitter info bound to the address.

github (Github)

Github info bound to the address.

followerCount (Int)

followingCount (Int)

followings (ConnectionIdentityPage)

followers (ConnectionIdentityPage)

friends (ConnectionIdentityPage)

Mutually followed.

Designed by