Skip to content

Commit

Permalink
docs (chore): adjust search-filtering.md format (#7056)
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Dec 3, 2020
1 parent 0fc947b commit 8456ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/content/graphql/queries/search-filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ queryStudent(fitler: {name: between: {min: "ba", max: "hz"}}){
}
```

## Filter to match specified field values with `in`
### Filter to match specified field values with `in`

You can filter query results to find objects with one or more specified values using the
`in` keyword. This keyword can find matches for fields with the `@id` directive
Expand Down Expand Up @@ -247,7 +247,7 @@ query {
}
```

## Filter for objects with specified non-null fields using `has`
### Filter for objects with specified non-null fields using `has`

You can filter queries to find objects with a non-null value in a specified
field using the `has` keyword. The `has` keyword can only check whether a field
Expand Down

0 comments on commit 8456ca4

Please sign in to comment.