INPUT_OBJECT

AssetUpdateNumberReadingInput

link GraphQL Schema definition

  • input AssetUpdateNumberReadingInput {
  • # The ID of the asset you want to update.
  • id: Int!
  • # The new number reading
  • number_reading: Float!
  • }