# Functions
BuildGraph builds a graph using bfs algo for a new seed paper and returns the graph.
BuildGraphHandler handler func to build graph for new seed paper.
FilteredGraphHandler handler func that returns filtered graph to ui.
GraphHandler handler func for getting the graph for a given seed paper Id.
IsSeedPaperHandler handler func to check if you give paperId is seed or not.