OBJECT

AttachedMachine

link GraphQL Schema definition

  • type AttachedMachine {
  • # ID
  • machineId: ID!
  • # The host name of the system
  • host: String!
  • # The name of the system
  • name: String
  • }