Skip to main content

TransactionUserBelongsToInput

No description

type TransactionUserBelongsToInput {
create: UserRequiredInput
update: TransactionUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

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

update (TransactionUserUpdate)#

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

delete (GQLTQueryUserWhere)#

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