No description
type Twitter {
handle: String!
avatar: String!
verified: Boolean!
tweetId: String!
source: String!
followerCount: Int!
followersCount: Int!
}
Fields
handle
(String
)
Twitter handle.
avatar
(String
)
Twitter avatar.
verified
(Boolean
)
tweetId
(String
)
Verification tweet id.
source
(String
)
Data source of twitter handle.
followerCount
(Int
)
Twitter followers count, updated every day.