Skip to main content

ProductUserPlansHasManyInput

No description

type ProductUserPlansHasManyInput {
create: [UserPlanRequiredInput]
update: [ProductUserPlansUpdate]
add: [GQLTQueryUserPlanWhere]
remove: [GQLTQueryUserPlanWhere]
delete: [GQLTQueryUserPlanWhere]
}

Fields#

create ([UserPlanRequiredInput])#

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

update ([ProductUserPlansUpdate])#

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

add ([GQLTQueryUserPlanWhere])#

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

remove ([GQLTQueryUserPlanWhere])#

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

delete ([GQLTQueryUserPlanWhere])#

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