Here is a very simplified example of my Dot graph:
strict digraph graphName { A->B B->A }
This creates
You should just use:
A -> B [dir=both]