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
This is more of a question, but I am trying to subscribe to updates on a join table to add a row to a able. So if theres a table of "message_recipients" with message_id and user_id, and I have list showing all of a users messages, I want to subscribe to new messages to that user and update the list. I understand using useSubscriptionWithQuery to query for nested releationships when a subscription happens, but I do not know how I can update a list with that subscription.
The text was updated successfully, but these errors were encountered:
This is more of a question, but I am trying to subscribe to updates on a join table to add a row to a able. So if theres a table of "message_recipients" with message_id and user_id, and I have list showing all of a users messages, I want to subscribe to new messages to that user and update the list. I understand using
useSubscriptionWithQuery
to query for nested releationships when a subscription happens, but I do not know how I can update a list with that subscription.The text was updated successfully, but these errors were encountered: