what you've done won't work because when going to C in graph 2 you won't naturally have access to the children of C from graph 1 (D or E). I would either:
Something else to bear in mind is that nav graphs can't contain each other as includes (you'll get a circular inflation error when building the app). In general look to include necessary sub graphs at the main/tab level nav graph and then you can navigate to them in downstream graphs without "including" again.