UserActivity
UserActivity: A activity performed by a user on the platform
type UserActivity implements Node {
_id: ID!
id: ID!
Type: String!
Action: UserActivityAction!
ItemId: String
Item: Item
From: String
FromNode: Node
To: String
ToNode: Node
UserId: ID
User: User
AssociatedItemId: String
AssociatedItem: Item
ItemPropertyId: ID
ItemProperty: ItemProperty
CreatedAt: DateTime!
UpdatedAt: DateTime!
SigaBot: Boolean!
}
Fields
_id ● ID! non-null scalar
unique id
id ● ID! non-null scalar
Global id
Type ● String! non-null scalar
Type of the action of the activity
Action ● UserActivityAction! non-null enum
Action taken in the activity
ItemId ● String scalar
Unique identifier of the item that received the action
Item ● Item interface
Item that received the action
From ● String scalar
Before state of the element
FromNode ● Node interface
Before state of the element User object
To ● String scalar
After state of the element
ToNode ● Node interface
After state of the element User object
UserId ● ID scalar
Identifier of the user that performed the action
User ● User object
User that performed the action
AssociatedItemId ● String scalar
Identifier of the associated item to parent one
AssociatedItem ● Item interface
Associated item to parent one
ItemPropertyId ● ID scalar
Identifier of the ItemProperty of the value modified on the activity
ItemProperty ● ItemProperty object
ItemProperty of the value modified on the activity
CreatedAt ● DateTime! non-null scalar
Sigalei's creation timestamp
UpdatedAt ● DateTime! non-null scalar
Sigalei's last update timestamp
SigaBot ● Boolean! non-null scalar
If activity was created by SigaBot
Interfaces
Node interface
Node: representa uma interface nó