# 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. ```{toctree} :maxdepth: 1 clique_merge.md graph_merge.md summarize_graph.md meta_knowledge_graph.md remap_node_identifiers.md remap_node_property.md remap_edge_property.md fold_predicate.md unfold_node_property.md remove_singleton_nodes.md ```