OBJECT

FloatProperty

link GraphQL Schema definition

  • type FloatProperty {
  • # If true, the value is displayed with a thousands separator (e.g. 1,000).
  • useThousandSeparator: Boolean!
  • # Number of decimal places for floating number to be rounded
  • decimalPlaces: Int!
  • # Appends the "unit" to the end of the field value
  • unit: String
  • }