Skip to main content

OrderUserPlansHasManyInput

No description

type OrderUserPlansHasManyInput {
create: [UserPlanRequiredInput]
update: [OrderUserPlansUpdate]
add: [GQLTQueryUserPlanWhere]
remove: [GQLTQueryUserPlanWhere]
delete: [GQLTQueryUserPlanWhere]
}

Fields#

create ([UserPlanRequiredInput])#

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

update ([OrderUserPlansUpdate])#

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

add ([GQLTQueryUserPlanWhere])#

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

remove ([GQLTQueryUserPlanWhere])#

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

delete ([GQLTQueryUserPlanWhere])#

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