PipeReportFilterableFields
A filterable field for pipe report.
| Field : Object | Description |
|---|---|
| archived: Boolean | Whether the filterable field is archived or not |
| label: String | The filterable field humanized label. |
| name: String | The filterable field internal name. |
| options: [PipeReportFieldOptionsGQL] | The filterable field options. |
| type: ReportCardsFilterFieldTypes | The filterable field type Valid types: - email - number - string - date - group_select - select - boolean |
| visible: Boolean | Indicates if the filterable field should be visible by default |