Skip to main content

TransactionPlanHasOneInput

No description

type TransactionPlanHasOneInput {
create: UserPlanRequiredInput
update: TransactionPlanUpdate
delete: GQLTQueryUserPlanWhere
}

Fields#

create (UserPlanRequiredInput)#

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

update (TransactionPlanUpdate)#

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

delete (GQLTQueryUserPlanWhere)#

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