Skip to main content

AccountUserBelongsToInput

No description

type AccountUserBelongsToInput {
create: UserRequiredInput
update: AccountUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

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

update (AccountUserUpdate)#

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

delete (GQLTQueryUserWhere)#

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