I have two separate navGraph.
The functionalitiy is the following:
By default the user arrives at navGraph A and then he/she can move to navGraph B by pressing a button.
But with a push notification the user's screen opens up with navGraph B and if the user presses the back button the navGraph A should appears keeping the consistency.
It causes a circular include in my opinion.
navGraph A includes navGraph B
navGraph B includes navGraph A