Machine
Represents information about a machine.
type Machine {
id: ID!
plugin: Plugin!
name: String!
}
Fields
Machine.id ● ID! non-null scalar
The unique identifier of the machine.
Machine.plugin ● Plugin! non-null object
The plugin associated with the machine.
Machine.name ● String! non-null scalar
The name of the machine.
Member Of
MachineInstallation object