INTERFACE

FilterBoxInterface

link GraphQL Schema definition

  • interface FilterBoxInterface {
  • # Identifier of this filter box within the filter tab.
  • id: String!
  • # Name of the record type whose fields the conditions in this box are evaluated
  • # against.
  • entity: String!
  • # Identifier of the lookup field that connects this box to the main record type
  • # when the box filters a related record reached through a lookup.
  • lookupFieldId: UUID
  • }