Delete by type remove vertices in all graphs

Hi everyone!

I have created two graphs sharing the same schema (topology_a and topology_b), because I want each one to have different data but with equal structure.

When I delete vertices of one type (for example, type switch) for a concrete graph through REST API built-in endpoint (http://:9000/graph/topology_a/delete_by_type/vertices/switch), all the switch vertices for the two graphs are deleted. How could I manage to delete these vertices for only topology_a?

The vertices and edges are inserted with different loading jobs for each graph and I’m using the developer edition.

Thanks,
Laura