You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of fetching full data for each node in the graph at once, which results in a very large payload and increased loading time, let's fetch details only for a particular node after it is clicked in the graph visualization.
The graph endpoint used so far will provide the same payload structure. An additional endpoint will be added to the API to enable fetching node details by node ID.
The text was updated successfully, but these errors were encountered:
Instead of fetching full data for each node in the graph at once, which results in a very large payload and increased loading time, let's fetch details only for a particular node after it is clicked in the graph visualization.
The graph endpoint used so far will provide the same payload structure. An additional endpoint will be added to the API to enable fetching node details by node ID.
The text was updated successfully, but these errors were encountered: