Skip to main content

DeviceInput

Device Input for create/update requests

input DeviceInput {
id: ID
label: String
type: String
enabled: Boolean
profileId: ID
}

Fields

DeviceInput.id ● ID scalar common

The Primary ID of the Device

DeviceInput.label ● String scalar common

The custom Label for the Device

DeviceInput.type ● String scalar common

The custom type given to the Device

DeviceInput.enabled ● Boolean scalar common

Is the Device enabled on this account?

DeviceInput.profileId ● ID scalar common

The profile ID to assign to the Device

Member Of

createDevice mutation ● updateDevice mutation