Skip to main content

Post

Define a post item

interface Post {
Author: SocialAuthor
Code: String!
DateCreated: DateTime!
ItemDate: DateTime!
LikesCount: Int
RetweetsCount: Int
Text: String
Type: String
Stakeholders: IdentifiedStakeholders
}

Fields

Author ● SocialAuthor interface

the author id of the posts

Code ● String! non-null scalar

the code id of the posts

DateCreated ● DateTime! non-null scalar

the posts creation date

ItemDate ● DateTime! non-null scalar

the posts creation date used by the search

LikesCount ● Int scalar

total of like of the posts

RetweetsCount ● Int scalar

total of shares of the posts

Text ● String scalar

text of the post

Type ● String scalar

type of the post

Stakeholders ● IdentifiedStakeholders object

Stakeholders identified on posts