What I'm trying to do is generate all the permutations of a collection of nodes but where each node type only appears once per permutation.
For example if I have a graph of u:User, l:Location, d:Device nodes, lets say 3 nodes of each type.
What I w...