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
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
We have support for foreign keys in our SQL backends
However, the GraphQL API is not aware of these foreign key relationships. So when a user queries for a foreign key relationship, they just get back the reference column value as opposed to the foreign object (see Querying nested objects only provides IDs of the nested objects #452 for more info)
We need to update our GraphQL API so that entire foreign key objects are returned
Additional context
After taking a cursory look -- without any way to make GraphQL aware of what the foreign key relationships are, this could be a non-trivial/heavy lift
Additional context
The text was updated successfully, but these errors were encountered: