Tweet
Define a tweet item
type Tweet implements Item, Node, Post {
id: ID!
Author: TwitterAuthor
ClassName: String!
Code: String!
DateCreated: DateTime!
ItemDate: DateTime!
LikesCount: Int
LinkedTweet: LinkedTweet
RetweetsCount: Int
Text: String
Type: String
CreatedAt: DateTime!
UpdatedAt: DateTime!
Stakeholders: IdentifiedStakeholders
Notes(
first: Int
last: Int
after: String
before: String
focusNoteId: ID
filters: NoteFilters
sort: NoteSort
): NoteConnection
FollowEdge: ItemPropertyValueEdge
ImpactEdge: ItemPropertyValueEdge
PositionEdge: ItemPropertyValueEdge
TagsEdge: ItemPropertyValueEdge
UserSummaryEdge: ItemPropertyValueEdge
NickNameEdge: ItemPropertyValueEdge
PropertiesEdges: [ItemPropertyValueEdge]
AssociationsEdges(
ItemId: ID!
): [AssociationEdge]
OrganizationItem: OrganizationItem
UserActivities(
first: Int
last: Int
after: String
before: String
): UserActivityConnection
}
Fields
id ● ID! non-null scalar
Relay id em base64
Author ● TwitterAuthor object
the author id of the tweet
ClassName ● String! non-null scalar
the classname of the tweet document 'sl_tweet'
Code ● String! non-null scalar
the code id of the tweet
DateCreated ● DateTime! non-null scalar
the tweet creation date
ItemDate ● DateTime! non-null scalar
the tweet creation date used by the search
LikesCount ● Int scalar
total of like of the tweet
LinkedTweet ● LinkedTweet object
link the original tweet
RetweetsCount ● Int scalar
total of retweets of the tweet
Text ● String scalar
text of the tweet
Type ● String scalar
type of the tweet
CreatedAt ● DateTime! non-null scalar
Timestamp of the moment of creation of the tweet on sigalei db
UpdatedAt ● DateTime! non-null scalar
Timestamp of the moment of the last update in the tweet on sigalei db
Stakeholders ● IdentifiedStakeholders object
Stakeholders identified on tweet
Notes ● NoteConnection object
tweet item notes
first●Intscalar
last ● Int scalar
after ● String scalar
before ● String scalar
focusNoteId ● ID scalar
filters ● NoteFilters input
sort ● NoteSort input
Opções para ordenação das notas
FollowEdge ● ItemPropertyValueEdge object
tweet item follows
ImpactEdge ● ItemPropertyValueEdge object
tweet item impact
PositionEdge ● ItemPropertyValueEdge object
tweet item position
TagsEdge ● ItemPropertyValueEdge object
tweet item tags
UserSummaryEdge ● ItemPropertyValueEdge object
tweet item summary
NickNameEdge ● ItemPropertyValueEdge object
tweet item nickName
PropertiesEdges ● [ItemPropertyValueEdge] list object
tweet item properties
AssociationsEdges ● [AssociationEdge] list object
item associations with another item
ItemId●ID!non-null scalarItemId to filter associations with current item
OrganizationItem ● OrganizationItem object
Organization item information
UserActivities ● UserActivityConnection object
UserActivities of the item
first●Intscalar
last ● Int scalar
after ● String scalar
before ● String scalar
Interfaces
Item interface
general item
Node interface
Node: representa uma interface nó
Post interface
Define a post item