|
|
@@ -1,8 +1,8 @@
|
|
|
import { graphql } from '@/vdb/graphql/graphql.js';
|
|
|
|
|
|
export const orderChartDataQuery = graphql(`
|
|
|
- query GetOrderChartData($refresh: Boolean, $types: [MetricType!]!) {
|
|
|
- metricSummary(input: { interval: Daily, types: $types, refresh: $refresh }) {
|
|
|
+ query GetOrderChartData($refresh: Boolean, $types: [DashboardMetricType!]!) {
|
|
|
+ dashboardMetricSummary(input: { interval: Daily, types: $types, refresh: $refresh }) {
|
|
|
interval
|
|
|
type
|
|
|
entries {
|