Skip to main content

UserPlanOrderBelongsToInput

No description

type UserPlanOrderBelongsToInput {
create: OrderRequiredInput
update: UserPlanOrderUpdate
delete: GQLTQueryOrderWhere
}

Fields#

create (OrderRequiredInput)#

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

update (UserPlanOrderUpdate)#

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

delete (GQLTQueryOrderWhere)#

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