Skip to main content

CustomObject

Objeto personalizado

type CustomObject implements Item, Node {
id: ID!
_id: String!
ClassName: String!
ItemType: ItemType
CustomObjectNameEdge: ItemPropertyValueEdge
ArchivedEdge: ItemPropertyValueEdge
ItemAssociationEdges: [ItemAssociationEdge]
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

Custom Object id in base64

_id ● String! non-null scalar

internal item id

ClassName ● String! non-null scalar

Object ClassName

ItemType ● ItemType object

Object Type

CustomObjectNameEdge ● ItemPropertyValueEdge object

Object name

ArchivedEdge ● ItemPropertyValueEdge object

If object is archived

ItemAssociationEdges ● [ItemAssociationEdge] list object

Related Associations

FollowEdge ● ItemPropertyValueEdge object

Object item follows

ImpactEdge ● ItemPropertyValueEdge object

Object item impact

PositionEdge ● ItemPropertyValueEdge object

Object item position

TagsEdge ● ItemPropertyValueEdge object

Object item tags

UserSummaryEdge ● ItemPropertyValueEdge object

Object item summary

NickNameEdge ● ItemPropertyValueEdge object

Object item nickName

PropertiesEdges ● [ItemPropertyValueEdge] list object

Object 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

Object notes

first ● Int scalar

First elements

last ● Int scalar

Last elements

after ● String scalar

After cursor

before ● String scalar

Before cursor

focusNoteId ● ID scalar

Focus note ID

filters ● NoteFilters input

Creating date interval

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ó