Skip to main content

CredentialDevicesHasManyInput

No description

type CredentialDevicesHasManyInput {
create: [DeviceRequiredInput]
update: [CredentialDevicesUpdate]
add: [GQLTQueryDeviceWhere]
remove: [GQLTQueryDeviceWhere]
delete: [GQLTQueryDeviceWhere]
}

Fields#

create ([DeviceRequiredInput])#

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

update ([CredentialDevicesUpdate])#

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

add ([GQLTQueryDeviceWhere])#

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

remove ([GQLTQueryDeviceWhere])#

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

delete ([GQLTQueryDeviceWhere])#

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