pub fn url_encode_graph<G: Into<MaterializedGraph>>(
    graph: G
) -> Result<String, GraphError>