-
I'm try to have multiple filterBy statements - e.g.
but only 1 of the filters are observed... |
Beta Was this translation helpful? Give feedback.
Answered by
domoritz
Apr 10, 2025
Replies: 1 comment 2 replies
-
That does not work since an object can only have one key. You can instead define a selection and include clauses from others: #488. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jgunstone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That does not work since an object can only have one key. You can instead define a selection and include clauses from others: #488.