Skip to main content

WebHookUserBelongsToInput

No description

type WebHookUserBelongsToInput {
create: UserRequiredInput
update: WebHookUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

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

update (WebHookUserUpdate)#

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

delete (GQLTQueryUserWhere)#

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