Skip to main content

UserPlanUserBelongsToInput

No description

type UserPlanUserBelongsToInput {
create: UserRequiredInput
update: UserPlanUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

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

update (UserPlanUserUpdate)#

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

delete (GQLTQueryUserWhere)#

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