Skip to main content

Article

Define a article item

type Article implements Item, Node {
id: ID!
ItemDate: DateTime!
ClassName: String!
ArticleBody: String!
Authors: [NewsAuthor]
Code: String!
DateModified: DateTime
DatePublished: DateTime!
TextHightlight: [String!]
Description: String
Headline: String!
IsAccessibleForFree: Boolean
Publisher: NewsPublisher
Url: 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

ItemDate ● DateTime! non-null scalar

itemdate

ClassName ● String! non-null scalar

ClassName

ArticleBody ● String! non-null scalar

ArticleBody

Authors ● [NewsAuthor] list object

Authors

Code ● String! non-null scalar

Code

DateModified ● DateTime scalar

DateModified

DatePublished ● DateTime! non-null scalar

DatePublished

TextHightlight ● [String!] list scalar

TextHighlight

Description ● String scalar

Description

Headline ● String! non-null scalar

Headline

IsAccessibleForFree ● Boolean scalar

IsAccessibleForFree

Publisher ● NewsPublisher object

Publisher

Url ● String! non-null scalar

Url

CreatedAt ● DateTime! non-null scalar

Timestamp of the moment of creation of the article on sigalei db

UpdatedAt ● DateTime! non-null scalar

Timestamp of the moment of the last update in the article on sigalei db

Stakeholders ● IdentifiedStakeholders object

Stakeholders identified on article

Notes ● NoteConnection object

article 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

article item follows

ImpactEdge ● ItemPropertyValueEdge object

article item impact

PositionEdge ● ItemPropertyValueEdge object

article item position

TagsEdge ● ItemPropertyValueEdge object

article item tags

UserSummaryEdge ● ItemPropertyValueEdge object

article item summary

NickNameEdge ● ItemPropertyValueEdge object

article item nickName

PropertiesEdges ● [ItemPropertyValueEdge] list object

article 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

Interfaces

Item interface

general item

Node interface

Node: representa uma interface nó