How to Do INNER JOINS in Hasura #9708
Unanswered
nevingeorgesunny
asked this question in
Question
Replies: 0 comments
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.
-
I have added a remote scheme
in which I have some relationship (JOINS)
which while I execute the following query
Price and entityPrice and mapped with some relationship
this is a join
something like (
select * from track t join on entityPrice ep on t.id = ep.entity_id
)when I query this data I get
As you can see the first element , the entity Price is empty
this means that this is a LEFT JOIN
is there any way to do an INNER JOIN instead
such that i will get the result as
Beta Was this translation helpful? Give feedback.
All reactions