Skip to main content

NodeGroupDevicesHasManyInput

No description

type NodeGroupDevicesHasManyInput {
create: [DeviceRequiredInput]
update: [NodeGroupDevicesUpdate]
add: [GQLTQueryDeviceWhere]
remove: [GQLTQueryDeviceWhere]
delete: [GQLTQueryDeviceWhere]
}

Fields#

create ([DeviceRequiredInput])#

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

update ([NodeGroupDevicesUpdate])#

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

add ([GQLTQueryDeviceWhere])#

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

remove ([GQLTQueryDeviceWhere])#

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

delete ([GQLTQueryDeviceWhere])#

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