pub const QUERY: &str = "subscription ComponentSentEventsThroughputsSubscription($interval: Int!) {\n componentSentEventsThroughputs(interval: $interval) {\n componentId\n outputs {\n outputId\n throughput\n }\n throughput\n }\n}\n";