Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(GraphQL): This PR fix panic error when we give null value in filter connectives. (#6707) #6729

Merged
merged 1 commit into from
Nov 3, 2020

Commits on Oct 14, 2020

  1. fix(GraphQL): This PR fix panic error when we give null value in filt…

    …er connectives. (#6707)
    
    Fixes GRAPHQL-744
    
    This PR fix panic error when we give null value in filter connectives. Null values corresponding to connective are skipped now.
    For example in the below filter, not connective gets skipped.
    
    ```
    
     filter:{
          id:{eq:"123"},
          not:null
        },
    
    ```
    
    (cherry picked from commit 345b6d1)
    JatinDev543 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    3e9ce8b View commit details
    Browse the repository at this point in the history