OBJECT

FloatProperty

link GraphQL Schema definition

  • type FloatProperty {
  • # Number of decimal places for floating number to be rounded
  • decimalPlaces: Int!
  • # Appends the "unit" to the end of the field value
  • unit: String
  • }