-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
graphql: handle unknown property in MapFilter
Handling unknown GraphQL filter property in MapFilter func. It is required to fallback into selector filtering when the specified property is not available in the search response. E.g. ?filter=(eq,location,US) --> should filter using the selector.
- Loading branch information
1 parent
505414e
commit 7ed4744
Showing
2 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters