Skip to main content

EventLogRequiredInput

No description

type EventLogRequiredInput {
id: ID
action: String!
description: String!
changeset: EventLogDataChangesetInput!
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 (EventLogDataChangesetInput!)#

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