Skip to main content

UserUserPlansHasManyInput

No description

type UserUserPlansHasManyInput {
create: [UserPlanRequiredInput]
update: [UserUserPlansUpdate]
add: [GQLTQueryUserPlanWhere]
remove: [GQLTQueryUserPlanWhere]
delete: [GQLTQueryUserPlanWhere]
}

Fields#

create ([UserPlanRequiredInput])#

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

update ([UserUserPlansUpdate])#

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

add ([GQLTQueryUserPlanWhere])#

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

remove ([GQLTQueryUserPlanWhere])#

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

delete ([GQLTQueryUserPlanWhere])#

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