pub fn url_decode_graph<T: AsRef<[u8]>>(
    graph: T
) -> Result<MaterializedGraph, UrlDecodeError>