You are here:
JavaScript Method for Refreshing Relationship Graphs
If you embed a Relationship Graph in another Lightning Web Component, you can use the JavaScript refreshGraph method to refresh the Relationship Graph.
Where: Available in Vlocity Health and Insurance Spring '21 and later releases.
Who: Lightning Web Component developers can use this method in .js files.
Why: If another embedded Lightning Web Component lets you change data that might affect the graph, that Lightning Web Component component can refresh the graph after any such change.
How: In the Lightning Web Component's .html file, embed the Relationship Graph component. In the .js file, call the refreshGraph method.

