OBJECT

SetPointStatusDetails

Details of set point status

link GraphQL Schema definition

  • type SetPointStatusDetails {
  • # The user who performed the set point status
  • user: String!
  • # The point name
  • name: String!
  • # The point status
  • status: String!
  • }