Graph endpoints load full node/edge collections without pagination #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
get_graph, get_nodes, get_communities fetch all graph data with no limit(). Large repos cause high memory per request. Fix: Add pagination or server-side limits.