Are there any plans to introduce support for graph and edge tables in the roadmap? Currently, FakeTable appears to function correctly with node tables, but it fails to handle scenarios where system-generated columns like $node_id are required. This is because FakeTable does not expose these hidden columns, resulting in errors when attempting to query or reference them.
Are there any plans to introduce support for graph and edge tables in the roadmap? Currently, FakeTable appears to function correctly with node tables, but it fails to handle scenarios where system-generated columns like $node_id are required. This is because FakeTable does not expose these hidden columns, resulting in errors when attempting to query or reference them.