OBJECT

IntegerProperty

link GraphQL Schema definition

  • type IntegerProperty {
  • # If true, the value is displayed with a thousands separator (e.g. 1,000).
  • useThousandSeparator: Boolean!
  • # Appends the "unit" to the end of the field value
  • unit: String
  • }