Skip to main content

EventLog

No description

type EventLog implements Node {
id: ID!
action: String!
description: String!
source: String!
model: String!
createdAt: GQLTDate!
updatedAt: GQLTDate!
userId: ID
changeset: EventLogData!
user: User
}

Fields#

id (ID!)#

The ID of an object

action (String!)#

description (String!)#

source (String!)#

model (String!)#

createdAt (GQLTDate!)#

updatedAt (GQLTDate!)#

userId (ID)#

The ID of an object

changeset (EventLogData!)#

user (User)#

Interfaces#

Node#

An object with an ID