Skip to main content

DeviceNodeServicesBelongsToManyInput

No description

type DeviceNodeServicesBelongsToManyInput {
create: [NodeServiceRequiredInput]
update: [DeviceNodeServicesUpdate]
add: [GQLTQueryNodeServiceWhere]
remove: [GQLTQueryNodeServiceWhere]
delete: [GQLTQueryNodeServiceWhere]
}

Fields#

create ([NodeServiceRequiredInput])#

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

update ([DeviceNodeServicesUpdate])#

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

add ([GQLTQueryNodeServiceWhere])#

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

remove ([GQLTQueryNodeServiceWhere])#

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

delete ([GQLTQueryNodeServiceWhere])#

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