Skip to main content

DeviceGroupsBelongsToManyInput

No description

type DeviceGroupsBelongsToManyInput {
create: [GroupRequiredInput]
update: [DeviceGroupsUpdate]
add: [GQLTQueryGroupWhere]
remove: [GQLTQueryGroupWhere]
delete: [GQLTQueryGroupWhere]
}

Fields#

create ([GroupRequiredInput])#

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

update ([DeviceGroupsUpdate])#

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

add ([GQLTQueryGroupWhere])#

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

remove ([GQLTQueryGroupWhere])#

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

delete ([GQLTQueryGroupWhere])#

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