GraphQL filter_query OR Operator #357
Replies: 1 comment
-
|
I recently set up an This may be the issue where you need to resolve the new query mapping on the backend, the GraphQL client side changes may not be enough. There would need to be a custom Custom Filter Implementation
More on GraphQL Client Side / Schema ChangesSort by charity
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
based on the documentation of filter queries (https://www.storyblok.com/docs/api/content-delivery/v2/filter-queries) I tried to get a GraphQL filter_query with an OR operator but playground just returns "Internal Server Error"
The Idea is to get a query to get entries with fieldA = "x" OR fieldB = "y"
Beta Was this translation helpful? Give feedback.
All reactions