Hello and thank you for your work :)
Question:
I want to be able to query tiers of topology, e.g if we have this graph of dependencies:
projects A and B are libs and C depends on A and B i would like to receive a structure of sort:
[[A, B],[C]]
i.e. in every item vector the code is independent
I need this information in order to make it work with parallel api in CircleCI