Skip to main content

EventLogUserBelongsToInput

No description

type EventLogUserBelongsToInput {
create: UserRequiredInput
update: EventLogUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

This will create a new element with a relationship to the current EventLog

update (EventLogUserUpdate)#

This will update any matching elements that have a relationship to the current EventLog

delete (GQLTQueryUserWhere)#

This will delete any matching elements that have a relationship with the current EventLog