Graph Operations#
This module provides a set of graph operations that are supported by KGX.
Each operation has an entrypoint - a function that takes an instance of
kgx.graph.base_graph.BaseGraph
as input and performs an operation on the
nodes and/or edges of that graph.