Replies: 1 comment
-
|
Dang, no replies? Did you ever make any development on it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hiya, i'm trying to have a nice SQL database structure with a small amount of columns in each table. I'm able to get this structure saved, but it seems impossible to query nested relations.
Here is a simple example of my schema:
It seems impossible to get
CompanyContact, no matter how I structure the query. Tried a few combinations, example:Am I missing something here?
It seems it's possible by doing two graphql queries from the UI, but I want the API to do the heavy lifting instead of making two requests from the UI.
Also seems possible to achieve this by writing a custom schema and manually querying/getting the data via the context DB API. But I really don't want to do this as it's not scalable.
Any help appreciated! 🙏
Beta Was this translation helpful? Give feedback.
All reactions