Skip to content

Conversation

@JatinDev543
Copy link
Contributor

@JatinDev543 JatinDev543 commented Oct 15, 2020

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)


This change is Reviewable

Docs Preview: Dgraph Preview

…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)
@github-actions github-actions bot added the area/graphql Issues related to GraphQL support on Dgraph. label Oct 15, 2020
@JatinDev543 JatinDev543 merged commit 4331ff5 into release/v20.07-slash Oct 15, 2020
@JatinDev543 JatinDev543 deleted the jatin/cherryPickSlashNullFilter branch October 15, 2020 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/graphql Issues related to GraphQL support on Dgraph.

Development

Successfully merging this pull request may close these issues.

3 participants