Skip to main content

TransactionAccountBelongsToInput

No description

type TransactionAccountBelongsToInput {
create: AccountRequiredInput
update: TransactionAccountUpdate
delete: GQLTQueryAccountWhere
}

Fields#

create (AccountRequiredInput)#

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

update (TransactionAccountUpdate)#

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

delete (GQLTQueryAccountWhere)#

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