Filtering out unresolved entities from the list. #6177
Unanswered
pdambrauskas
asked this question in
Q&A
Replies: 1 comment
-
We've addressed it with RHAI scripts:
Would be nice to have some kind of similar functionality out of the box - it complicates things a lot when you are migrating from some monolith graphql server to the federation. |
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
-
We are spliting our monolith graphql server to federated subgraphs and came across an issue.
when we have a query that returns a list of non-nullable objects, and those objects cannot be resolved - we get an error about unexpected null values.
can you suggest a way to solve this problem without changing graphql schema?
I was thinking of adding a rhai script customization which could somehow handle these cases, but it seems that there is no entry point where I could hook it in.
Beta Was this translation helpful? Give feedback.
All reactions