Foreign Key Values on subscriptions #7531
SebasScript
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When doing Realtime subscriptions it is currently not possible to get the values of foreign keys in the Realtime updates
instead a second API request from the client is needed for the foreign key values according to
#5958
is there a plan to support getting foreign key values directly without a second round trip or a way to do this more elegantly without a second query on the client?
Beta Was this translation helpful? Give feedback.
All reactions