export const WIDGET_CONFIGURATION_GQL_FIELDS = ` ... on BarChartConfiguration { configurationType aggregateFieldMetadataId aggregateOperation primaryAxisGroupByFieldMetadataId primaryAxisGroupBySubFieldName primaryAxisDateGranularity primaryAxisOrderBy primaryAxisManualSortOrder secondaryAxisGroupByFieldMetadataId secondaryAxisGroupBySubFieldName secondaryAxisGroupByDateGranularity secondaryAxisOrderBy secondaryAxisManualSortOrder omitNullValues axisNameDisplay displayDataLabel displayLegend rangeMin rangeMax color description filter groupMode layout isCumulative timezone firstDayOfTheWeek } ... on LineChartConfiguration { configurationType aggregateFieldMetadataId aggregateOperation primaryAxisGroupByFieldMetadataId primaryAxisGroupBySubFieldName primaryAxisDateGranularity primaryAxisOrderBy primaryAxisManualSortOrder secondaryAxisGroupByFieldMetadataId secondaryAxisGroupBySubFieldName secondaryAxisGroupByDateGranularity secondaryAxisOrderBy secondaryAxisManualSortOrder omitNullValues axisNameDisplay displayDataLabel displayLegend rangeMin rangeMax color description filter isStacked isCumulative timezone firstDayOfTheWeek } ... on PieChartConfiguration { configurationType groupByFieldMetadataId aggregateFieldMetadataId aggregateOperation groupBySubFieldName dateGranularity orderBy manualSortOrder displayDataLabel showCenterMetric displayLegend color description filter timezone firstDayOfTheWeek } ... on AggregateChartConfiguration { configurationType aggregateFieldMetadataId aggregateOperation label displayDataLabel format description filter prefix suffix timezone firstDayOfTheWeek } ... on GaugeChartConfiguration { configurationType aggregateFieldMetadataId aggregateOperation displayDataLabel color description filter timezone firstDayOfTheWeek } ... on IframeConfiguration { configurationType url } ... on StandaloneRichTextConfiguration { configurationType body { blocknote markdown } } `;