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
createdAt: ISO8601DateTime!

The associated device
device: Device

id: ID!

The date the message was last updated
updatedAt: ISO8601DateTime!

The user_data set in the Scratchpad
userData: Hexadecimal!

}