Skip to main content

ThreadsPost

Define a threads post item

type ThreadsPost implements Item, Node, Post {
_id: String!
id: ID!
Author: ThreadsAuthor
ClassName: String!
Code: String!
DateCreated: DateTime!
ItemDate: DateTime!
LikesCount: Int
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
Follow: [ItemPropertyValue!] @deprecated
Impact: ItemProperty @deprecated
Position: ItemProperty @deprecated
Tags: ItemProperty @deprecated
UserSummary: ItemProperty @deprecated
NickName: ItemProperty @deprecated
Properties: [ItemProperty] @deprecated
}

Fields

_id ● String! non-null scalar

Identificador único no banco

id ● ID! non-null scalar

Relay id em base64

Author ● ThreadsAuthor object

the author user of the threads post

ClassName ● String! non-null scalar

the classname of the threads post document 'sl_threads_post'

Code ● String! non-null scalar

the code id of the threads post

DateCreated ● DateTime! non-null scalar

the threads post creation date

ItemDate ● DateTime! non-null scalar

the threads post creation date used by the search

LikesCount ● Int scalar

total of like of the threads post

RetweetsCount ● Int scalar

total of shares of the threads post

Text ● String scalar

text of the threads post

Type ● String scalar

type of the threads post

CreatedAt ● DateTime! non-null scalar

Timestamp of the moment of creation of the threads post on sigalei db

UpdatedAt ● DateTime! non-null scalar

Timestamp of the moment of the last update in the threads post on sigalei db

Stakeholders ● IdentifiedStakeholders object

Stakeholders identified on threads post

Notes ● NoteConnection object

threads post item notes

first ● Int scalar
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

threads post item follows

ImpactEdge ● ItemPropertyValueEdge object

threads post item impact

PositionEdge ● ItemPropertyValueEdge object

threads post item position

TagsEdge ● ItemPropertyValueEdge object

threads post item tags

UserSummaryEdge ● ItemPropertyValueEdge object

threads post item summary

NickNameEdge ● ItemPropertyValueEdge object

threads post item nickName

PropertiesEdges ● [ItemPropertyValueEdge] list object

threads post item properties

AssociationsEdges ● [AssociationEdge] list object

item associations with another item

ItemId ● ID! non-null scalar

ItemId to filter associations with current item

OrganizationItem ● OrganizationItem object

Organization item information

UserActivities ● UserActivityConnection object

UserActivities of the item

first ● Int scalar
last ● Int scalar
after ● String scalar
before ● String scalar
Show deprecated

Interfaces

Item interface

general item

Node interface

Node: representa uma interface nó

Post interface

Define a post item