pub fn parse_graph(input: &str) -> Result<MemGraph, ParseError>
Parse a graph DSL string into a MemGraph.
MemGraph