Skip to main content

OrganizationItemReference

type that represents the organization in Items table

type OrganizationItemReference implements Item, Node {
Organization: Organization
id: ID!
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
ClassName: String!
UserActivities(
first: Int
last: Int
after: String
before: String
): UserActivityConnection
}

Fields

Organization ● Organization object

Organization that is referenced

id ● ID! non-null scalar

id

Notes ● NoteConnection object

Organization 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

Unused item field

ImpactEdge ● ItemPropertyValueEdge object

Unused item field

PositionEdge ● ItemPropertyValueEdge object

Unused item field

TagsEdge ● ItemPropertyValueEdge object

Unused item field

UserSummaryEdge ● ItemPropertyValueEdge object

Unused item field

NickNameEdge ● ItemPropertyValueEdge object

Unused item field

PropertiesEdges ● [ItemPropertyValueEdge] list object

AssociationsEdges ● [AssociationEdge] list object

Unused item field

ItemId ● ID! non-null scalar

OrganizationItem ● OrganizationItem object

Unused item field (added because of Item interface)

ClassName ● String! non-null scalar

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ó