export { addOutwardEdgeToSubgraphByMutation, inferDataTypeEdgesInSubgraphByMutation, inferEntityEdgesInSubgraphByMutation, inferEntityTypeEdgesInSubgraphByMutation, inferPropertyTypeEdgesInSubgraphByMutation, } from "./mutate-subgraph/edge.js"; export { addDataTypeVerticesToSubgraphByMutation, addEntityTypeVerticesToSubgraphByMutation, addEntityVerticesToSubgraphByMutation, addPropertyTypeVerticesToSubgraphByMutation, } from "./mutate-subgraph/element.js";