From 6adc74ca28c8e5ec4fe9a2748121b904c9418a20 Mon Sep 17 00:00:00 2001 From: Torresmorah Date: Mon, 3 Jul 2023 14:12:43 -0600 Subject: [PATCH] chore(hasura): add net and cpu usage to Transaction type --- hasura/metadata/actions.graphql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hasura/metadata/actions.graphql b/hasura/metadata/actions.graphql index 4461801a..0b70dfb6 100644 --- a/hasura/metadata/actions.graphql +++ b/hasura/metadata/actions.graphql @@ -80,6 +80,8 @@ type CPUBenchmark { type Transaction { datetime: String transactions_count: Int + cpu: Float + net: Float } type ProducersSummary {