You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overfetching rooms
We have two queries listRooms and listCurrentUserRooms.
When you execute both queries on the client side, we run into a situation where room data is over fetched.
Overfetching message author
There is a possibility that a user can be a part of multiple rooms and many messages can have the same users.
You can fix this by using field resolver with dataloader.
The second one is a must I think.
The text was updated successfully, but these errors were encountered:
In room-resolver.ts
Overfetching rooms
We have two queries
listRooms
andlistCurrentUserRooms
.When you execute both queries on the client side, we run into a situation where room data is over fetched.
Overfetching message author
There is a possibility that a user can be a part of multiple rooms and many messages can have the same users.
You can fix this by using field resolver with dataloader.
The second one is a must I think.
The text was updated successfully, but these errors were encountered: