reason for multiple graphs is if we have shared content between graphs no merged conflicts.
e.g.,
include game x and game y. each game has their own graph so we can add/remove the game from the project without needing to remove/add each games graph to a global graph. also makes graphs more manageable instead of a uber graph.
additionally, a graph should be an asset (not editor asset)