Skip to content

ChainGraph API Documentation / @badaitech/badai-api / GraphQL / TweetFieldsFragment

Type Alias: TweetFieldsFragment ​

TweetFieldsFragment = object & object

Defined in: client/graphql.ts:3042

Type Declaration ​

__typename? ​

optional __typename: "Tweet"

author ​

author: object & object

Type Declaration ​

__typename? ​

optional __typename: "TwitterUser"

Type Declaration ​

$fragmentRefs? ​

optional ** $fragmentRefs**: object

$fragmentRefs.TwitterUserFieldsFragment ​

TwitterUserFieldsFragment: TwitterUserFieldsFragment

conversation_id? ​

optional conversation_id: any | null

created_at ​

created_at: any

in_reply_to_user_id? ​

optional in_reply_to_user_id: any | null

mentioned_users? ​

optional mentioned_users: object & object[] | null

public_metrics? ​

optional public_metrics: { __typename?: "TweetPublicMetrics"; like_count?: number | null; quote_count?: number | null; reply_count?: number | null; retweet_count?: number | null; } | null

quoted_tweet? ​

optional quoted_tweet: { __typename?: "Tweet"; author: object & object; conversation_id?: any | null; created_at: any; in_reply_to_user_id?: any | null; mentioned_users?: object & object[] | null; public_metrics?: { __typename?: "TweetPublicMetrics"; like_count?: number | null; quote_count?: number | null; reply_count?: number | null; retweet_count?: number | null; } | null; quoted_tweet?: { __typename?: "Tweet"; tweet_id: any; } | null; reply_to_tweet_id?: any | null; reply_tweet?: { __typename?: "Tweet"; tweet_id: any; } | null; text: string; tweet_id: any; } | null

reply_to_tweet_id? ​

optional reply_to_tweet_id: any | null

reply_tweet? ​

optional reply_tweet: { __typename?: "Tweet"; author: object & object; conversation_id?: any | null; created_at: any; in_reply_to_user_id?: any | null; mentioned_users?: object & object[] | null; public_metrics?: { __typename?: "TweetPublicMetrics"; like_count?: number | null; quote_count?: number | null; reply_count?: number | null; retweet_count?: number | null; } | null; quoted_tweet?: { __typename?: "Tweet"; tweet_id: any; } | null; reply_to_tweet_id?: any | null; reply_tweet?: { __typename?: "Tweet"; tweet_id: any; } | null; text: string; tweet_id: any; } | null

text ​

text: string

tweet_id ​

tweet_id: any

Type Declaration ​

$fragmentName? ​

optional ** $fragmentName**: "TweetFieldsFragment"

Licensed under BUSL-1.1