Graph Mutation and Subgraphs

PGX provides several methods for creating a mutated version of a loaded graph instance. Note that PGX always creates a new instance and returns it rather than directly mutating the original instance. This is because the original graph instance is immutable in PGX, since it may be shared among multiple clients.

All mutation and subgraph methods are defined in the PgxGraph class.