OBJECT
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 roundeddecimalPlaces: Int! # Appends the "unit" to the end of the field valueunit: String }