Skip to main content

UserPlanProductBelongsToInput

No description

type UserPlanProductBelongsToInput {
create: ProductRequiredInput
update: UserPlanProductUpdate
delete: GQLTQueryProductWhere
}

Fields#

create (ProductRequiredInput)#

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

update (UserPlanProductUpdate)#

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

delete (GQLTQueryProductWhere)#

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