Skip to main content

TransactionUserPlansHasManyInput

No description

type TransactionUserPlansHasManyInput {
create: [UserPlanRequiredInput]
update: [TransactionUserPlansUpdate]
add: [GQLTQueryUserPlanWhere]
remove: [GQLTQueryUserPlanWhere]
delete: [GQLTQueryUserPlanWhere]
}

Fields#

create ([UserPlanRequiredInput])#

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

update ([TransactionUserPlansUpdate])#

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

add ([GQLTQueryUserPlanWhere])#

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

remove ([GQLTQueryUserPlanWhere])#

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

delete ([GQLTQueryUserPlanWhere])#

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