Skip to main content

DeviceTypeNodeConfigHasManyInput

No description

type DeviceTypeNodeConfigHasManyInput {
create: [NodeConfigRequiredInput]
update: [DeviceTypeNodeConfigUpdate]
add: [GQLTQueryNodeConfigWhere]
remove: [GQLTQueryNodeConfigWhere]
delete: [GQLTQueryNodeConfigWhere]
}

Fields#

create ([NodeConfigRequiredInput])#

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

update ([DeviceTypeNodeConfigUpdate])#

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

add ([GQLTQueryNodeConfigWhere])#

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

remove ([GQLTQueryNodeConfigWhere])#

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

delete ([GQLTQueryNodeConfigWhere])#

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