Inner join with multiple federated graphs (skip null values) #388
Unanswered
tamas-zolcsak
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
I am not aware of a way to do that. If the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I have two services movies and reviews that are federated. My base service would be the movies which is mapped onto review. I'd like to list all movies that have at least one review
My current response looks something like this:
If the
reviewsfield is empty for a movie I'd like to remove that movie from the list.Is this possible somehow? I was thinking to make some kind of directive, but could not make it work.
Beta Was this translation helpful? Give feedback.
All reactions