Gets all connection IDs in the graph.
Iterable<String> get connectionIds => _connections.map((c) => c.id);