Skip to main content

UserWebHooksHasManyInput

No description

type UserWebHooksHasManyInput {
create: [WebHookRequiredInput]
update: [UserWebHooksUpdate]
add: [GQLTQueryWebHookWhere]
remove: [GQLTQueryWebHookWhere]
delete: [GQLTQueryWebHookWhere]
}

Fields#

create ([WebHookRequiredInput])#

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

update ([UserWebHooksUpdate])#

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

add ([GQLTQueryWebHookWhere])#

This will add any matching elements with a relationship to the current User

remove ([GQLTQueryWebHookWhere])#

This will remove the relationship from any matching elements from the current User

delete ([GQLTQueryWebHookWhere])#

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