OBJECT
ColumnFormatting
link GraphQL Schema definition
- type ColumnFormatting {
- # Whether conditional formatting is applied to this column.
- : Boolean!
- # Conditional-formatting rules that decide which cells are highlighted and with
- # what color.
- : [ColumnFormattingFieldFilterRule!]!
- }