Closed jabrena closed 1 year ago
To evolve the endpoint /actuator/userbeans/graph gradually, it is necessary to return the right Data Type.
/actuator/userbeans/graph
public record GraphData(List<BeanNode> nodes, List<Edge> edges) {}
Let`s do it
To evolve the endpoint
/actuator/userbeans/graph
gradually, it is necessary to return the right Data Type.Let`s do it