Skip to main content

JournalPage

Define a journal page type

type JournalPage implements Item, Node {
id: ID!
_id: String!
JournalId: ID!
Name: String!
Initials: String!
ClassName: String!
PublicationDate: DateTime!
Edition: String
Section: String
WebLink: String!
BucketFilePath: String
House: HouseSummary
Processed: ProcessedJournal
Page: Int!
Content: String
NextPage: ID
PreviousPage: ID
ItemDate: DateTime!
Stakeholders: IdentifiedStakeholders
TextHighlight: [String!]
FollowEdge: ItemPropertyValueEdge
ImpactEdge: ItemPropertyValueEdge
PositionEdge: ItemPropertyValueEdge
TagsEdge: ItemPropertyValueEdge
UserSummaryEdge: ItemPropertyValueEdge
NickNameEdge: ItemPropertyValueEdge
PropertiesEdges: [ItemPropertyValueEdge]
AssociationsEdges(
ItemId: ID!
): [AssociationEdge]
OrganizationItem: OrganizationItem
Notes(
first: Int
last: Int
after: String
before: String
focusNoteId: ID
filters: NoteFilters
sort: NoteSort
): NoteConnection
UserActivities(
first: Int
last: Int
after: String
before: String
): UserActivityConnection
}

Fields

id ● ID! non-null scalar

Relay id

_id ● String! non-null scalar

Database unique identifier

JournalId ● ID! non-null scalar

Referenced Journal Relay id

Name ● String! non-null scalar

Journal name

Initials ● String! non-null scalar

Journal initials

ClassName ● String! non-null scalar

ClassName

PublicationDate ● DateTime! non-null scalar

Journal publication date

Edition ● String scalar

Edition

Section ● String scalar

Section

WebLink ● String! non-null scalar

Journal web link

BucketFilePath ● String scalar

Journal page bucket url

House ● HouseSummary object

Journal House summary

Processed ● ProcessedJournal object

Processed journal info

Page ● Int! non-null scalar

Page

Content ● String scalar

Content

NextPage ● ID scalar

Next page for the journal

PreviousPage ● ID scalar

Previous page for the journal

ItemDate ● DateTime! non-null scalar

Item Date

Stakeholders ● IdentifiedStakeholders object

Identified stakeholders

TextHighlight ● [String!] list scalar

TextHighlight

FollowEdge ● ItemPropertyValueEdge object

Journal page item follows

ImpactEdge ● ItemPropertyValueEdge object

Journal page item impact

PositionEdge ● ItemPropertyValueEdge object

Journal page item position

TagsEdge ● ItemPropertyValueEdge object

Journal page item tags

UserSummaryEdge ● ItemPropertyValueEdge object

Journal page item summary

NickNameEdge ● ItemPropertyValueEdge object

Journal page item nickName

PropertiesEdges ● [ItemPropertyValueEdge] list object

Journal page 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

Notes ● NoteConnection object

Notas do item

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

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ó