Skip to main content

CreateDeviceModelInput

The data required to create a new distributor

input CreateDeviceModelInput {
uid: String!
category: String!
provider: String!
description: String
}

Fields

CreateDeviceModelInput.uid ● String! non-null scalar

The unique identifier of the device model

CreateDeviceModelInput.category ● String! non-null scalar

The category of the device model

CreateDeviceModelInput.provider ● String! non-null scalar

The provider of the device model

CreateDeviceModelInput.description ● String scalar

The description of the device model

Member Of

createDeviceModel mutation