What would be the best practice for defining multiple required arguments for compose navigation? Let’s say there’s multiple ids I need to pass. How about something like this?
screenA/itemId/userId/someToken
Or is below better even though the syntax is for optional arguments…