improvement for graph traversal initialization
Peregrine currently computes all valid traversals between nodes for features like with_path_to
in graphql queries, on app initialization. This release improves the execution time for this setup.
In future we will look into doing no pre-computation for the graph and caching requested traversals instead.