Constant QUERY

Source
pub const QUERY: &str = "mutation DeleteFile($fileId: String!) {\n    deleteFile(fileId: $fileId)\n}";