To get good at react query I am building a simple task management tool which has journeys. A journey is made up of stages and stages are made up of tasks. I was thinking of using the following query keys -
1. Query to get the journeys
2. Query to get a specific journey...