Delete vertex what happens to edge

does a vertex deletion in dgraph also iterate through and delete all connected edges to that deleted vertex?

This is tagged, GraphQL… using the GraphQL API, yes. Using raw DQL, no it does not, it would leave orphaned edges.