Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tamizhvendan committed May 1, 2020
1 parent 56ac28c commit 9271741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,9 @@ For the above schema, to get the actors who are part of at-lease one film which
[:actor/first-name :actor/last-name]}]
```

If we want to retrieve only certain entities only if **all** of its related entities satisfy the condition, then we need to used the `:not` and the reverse the filter condition together.
If we want to retrieve only certain entities only if **all** of its related entities satisfy the condition, then we need to used the `:not` and the reverse of the filter condition together.

Let's assume that we have schema like below
Let's assume that we have a schema like below

![](https://www.graphqlize.org/img/author_course_er_diagram.png)

Expand Down

0 comments on commit 9271741

Please sign in to comment.