index function

String index(
  1. GraphNode d
)

Implementation

String index(GraphNode d) {
  return d.id;
}