DmDeviceBoard
**Experimental** Represents an available device board for a specific device model.
type DmDeviceBoard {
isCompatible: Boolean!
name: String!
}
Fields
DmDeviceBoard.isCompatible ● Boolean! non-null scalar
**Experimental** Indicates if the device board is compatible with the deviceModelAsConfigured.
DmDeviceBoard.name ● String! non-null scalar
**Experimental** The name of the board (e.g., EK-RA4M3).