Skip to main content

DeviceNasSessionsHasManyInput

No description

type DeviceNasSessionsHasManyInput {
create: [DeviceSessionRequiredInput]
update: [DeviceNasSessionsUpdate]
add: [GQLTQueryDeviceSessionWhere]
remove: [GQLTQueryDeviceSessionWhere]
delete: [GQLTQueryDeviceSessionWhere]
}

Fields#

create ([DeviceSessionRequiredInput])#

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

update ([DeviceNasSessionsUpdate])#

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

add ([GQLTQueryDeviceSessionWhere])#

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

remove ([GQLTQueryDeviceSessionWhere])#

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

delete ([GQLTQueryDeviceSessionWhere])#

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