OBJECT
ScratchpadDeployment
A ScratchpadDeployment represents a scratchpad command sent to a Device using one of the Device's supported networks
link GraphQL Schema definition
type ScratchpadDeployment implements DeploymentInterface, Node {
The date when the message was created
: ISO8601DateTime!
The associated device
: Device
: ID!
The date the message was last updated
: ISO8601DateTime!
The user_data set in the Scratchpad
: Hexadecimal!
}