INTERFACE

TableReportTabsInterface

link GraphQL Schema definition

  • interface TableReportTabsInterface {
  • # Filter conditions that determine which records the table report includes.
  • filter: ProfileFilterBaseInterface!
  • # View configuration of the table report, including its columns, sorting,
  • # grouping, totals and chart.
  • view: ViewTableReportTab!
  • }