Multiple Query Blocks
Often we want to be able to run multiple query blocks in a single round trip to maximize latency.
The db.ExecuteQueries()
function accepts a list of QueryBuilder
and it will smartly compose
a single giant query to be sent to DGraph.