Skip to main content

EventLogOptionalInput

No description

type EventLogOptionalInput {
id: ID
action: String
description: String
changeset: EventLogDataOptionalChangeset
source: String
model: String
createdAt: GQLTDate
updatedAt: GQLTDate
userId: ID
user: EventLogUserBelongsToInput
}

Fields#

id (ID)#

This a primary key for EventLog

action (String)#

description (String)#

changeset (EventLogDataOptionalChangeset)#

source (String)#

model (String)#

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

userId (ID)#

This a primary key for EventLog

user (EventLogUserBelongsToInput)#

This is the mutation object for EventLogUserBelongsTo