Constant QUERY

Source
pub const QUERY: &str = "#Gets the csv download link for device list.\n# if you need your organization\'s list, use the account section\n\n\nquery GetDevicesCSV($orgId: String, $withServices: Boolean = false) {\n    login {\n        account(id: $orgId){\n            report(name:\"DeviceList\", parameters:{services: $withServices})\n        }\n    }\n}";