Skip to main content

DeviceConfigHistoryBelongsToManyInput

No description

type DeviceConfigHistoryBelongsToManyInput {
create: [NodeConfigHistoryRequiredInput]
update: [DeviceConfigHistoryUpdate]
add: [GQLTQueryNodeConfigHistoryWhere]
remove: [GQLTQueryNodeConfigHistoryWhere]
delete: [GQLTQueryNodeConfigHistoryWhere]
}

Fields#

create ([NodeConfigHistoryRequiredInput])#

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

update ([DeviceConfigHistoryUpdate])#

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

add ([GQLTQueryNodeConfigHistoryWhere])#

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

remove ([GQLTQueryNodeConfigHistoryWhere])#

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

delete ([GQLTQueryNodeConfigHistoryWhere])#

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