Skip to main content

BuildingGroupsHasManyInput

No description

type BuildingGroupsHasManyInput {
create: [GroupRequiredInput]
update: [BuildingGroupsUpdate]
add: [GQLTQueryGroupWhere]
remove: [GQLTQueryGroupWhere]
delete: [GQLTQueryGroupWhere]
}

Fields#

create ([GroupRequiredInput])#

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

update ([BuildingGroupsUpdate])#

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

add ([GQLTQueryGroupWhere])#

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

remove ([GQLTQueryGroupWhere])#

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

delete ([GQLTQueryGroupWhere])#

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