INTERFACE

ProfileFilterBoxTabInterface

link GraphQL Schema definition

  • interface ProfileFilterBoxTabInterface {
  • # Whether the filter is applied. When false, the filter conditions are ignored.
  • isEnabled: Boolean!
  • # Primary group of filter conditions evaluated on the main record type.
  • filterMainBox: MainFilterBox!
  • # Additional groups of filter conditions evaluated on related record types.
  • filterSiblingBoxes: [FilterBox!]!
  • }