Skip to main content

UserPlanTransactionBelongsToInput

No description

type UserPlanTransactionBelongsToInput {
create: TransactionRequiredInput
update: UserPlanTransactionUpdate
delete: GQLTQueryTransactionWhere
}

Fields#

create (TransactionRequiredInput)#

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

update (UserPlanTransactionUpdate)#

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

delete (GQLTQueryTransactionWhere)#

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