Subscribe
The Subscribe
type provides information about a subscription.
type Subscribe {
wallet: Wallet!
profile: Profile!
blockNumber: Int!
}
Fields
wallet
(Wallet
)
wallet
the wallet address of the Subscriber.
profile
(Profile
)
profile
the profile of the Subscriber.
blockNumber
(Int
)
blockNumber
the block number at which the subscription was created.