Allow guests to query their own teams

Description

It seems guests are unable to query their own teams. Our app makes use of teams, and with the introduction of guest teams, some functionalities in our app seem to break or work inconsistently. We’d like to be able to let guests query their own teams.

What are you trying to achieve

A guest cannot use the :users or :me query to get teams. It will return an empty list. (That being said, we did find a case where a customer of ours (a guest) saw one team. I’m in support right now to see how that could be the case). What we would like/expect is that at least the :me query returns the teams they are part of. Getting other members is not even necessary, as long as we can retrieve the details such :id and :name at least.