OBJECT

QuickFilterTab

link GraphQL Schema definition

  • type QuickFilterTab {
  • # Primary group of quick-filter conditions evaluated on the main record type.
  • filterMainBox: MainFilterBox!
  • # Additional groups of quick-filter conditions evaluated on related record types.
  • filterSiblingBoxes: [FilterBox!]!
  • # Identifiers of the filtered fields in the order they are shown in the quick
  • # filter.
  • filterFieldOrder: [UUID!]!
  • }