-
GraphQL people: if I want to run an unknown number of queries for unreadNotification(userId: $user_id) - am I good to generate that in the body of the (functional) component? Or is there another way? (note that I can't do
unreadNotifications(userIds…))