Skip to main content

BuildingUsersHasManyInput

No description

type BuildingUsersHasManyInput {
create: [UserRequiredInput]
update: [BuildingUsersUpdate]
add: [GQLTQueryUserWhere]
remove: [GQLTQueryUserWhere]
delete: [GQLTQueryUserWhere]
}

Fields#

create ([UserRequiredInput])#

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

update ([BuildingUsersUpdate])#

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

add ([GQLTQueryUserWhere])#

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

remove ([GQLTQueryUserWhere])#

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

delete ([GQLTQueryUserWhere])#

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