Skip to main content

DeviceSessionsHasManyInput

No description

type DeviceSessionsHasManyInput {
create: [DeviceSessionRequiredInput]
update: [DeviceSessionsUpdate]
add: [GQLTQueryDeviceSessionWhere]
remove: [GQLTQueryDeviceSessionWhere]
delete: [GQLTQueryDeviceSessionWhere]
}

Fields#

create ([DeviceSessionRequiredInput])#

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

update ([DeviceSessionsUpdate])#

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