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