Skip to main content

DeviceCredentialBelongsToInput

No description

type DeviceCredentialBelongsToInput {
create: CredentialRequiredInput
update: DeviceCredentialUpdate
delete: GQLTQueryCredentialWhere
}

Fields#

create (CredentialRequiredInput)#

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

update (DeviceCredentialUpdate)#

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

delete (GQLTQueryCredentialWhere)#

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