diff --git a/webapp/src/gql/producer.gql.js b/webapp/src/gql/producer.gql.js index 6a51adb6..7d522f64 100644 --- a/webapp/src/gql/producer.gql.js +++ b/webapp/src/gql/producer.gql.js @@ -212,7 +212,7 @@ export const EOSRATE_STATS_QUERY = gql` ` export const FASTEST_ENDPOINTS_QUERY = gql`query($today: date){ - endpoints: check_history_by_endpoint(limit: 5, order_by: [{availability: desc, avg_time: asc}], where: {date: {_eq: $today}}, distinct_on: [value]) { + endpoints: check_history_by_endpoint(limit: 5, order_by: [{availability: desc, avg_time: asc}], where: {date: {_eq: $today}}) { value avg_time availability