OBJECT

IoForceDetails

Details of IO Forcing

link GraphQL Schema definition

  • type IoForceDetails {
  • # The tag name
  • tag: String!
  • # The new forced value
  • value: String
  • }