Skip to main content

DeviceUsersBelongsToManyInput

No description

type DeviceUsersBelongsToManyInput {
create: [UserRequiredInput]
update: [DeviceUsersUpdate]
add: [GQLTQueryUserWhere]
remove: [GQLTQueryUserWhere]
delete: [GQLTQueryUserWhere]
}

Fields#

create ([UserRequiredInput])#

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

update ([DeviceUsersUpdate])#

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

add ([GQLTQueryUserWhere])#

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

remove ([GQLTQueryUserWhere])#

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

delete ([GQLTQueryUserWhere])#

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