pub const QUERY: &str = "subscription ComponentReceivedBytesThroughputsSubscription($interval: Int!) {\n    componentReceivedBytesThroughputs(interval: $interval) {\n        componentId\n        throughput\n    }\n}\n";