GraphType Use with LLM Use with LLMCopy as MarkdownOpen in ChatGPTOpen in Claude Specifies if a graph has directed or undirected edges.Variants Undirected = 1 The graph has undirected edges.Directed = 2 The graph has directed edges.Arrow datatype UInt8API reference links π C++ API docs for GraphTypeπ Python API docs for GraphTypeπ¦ Rust API docs for GraphTypeUsed by GraphEdges