Skip to content

Commit

Permalink
Update readme with @tag and @filter on same vertex
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojan Serafimov committed Feb 4, 2019
1 parent 84f3ad2 commit dfdc20e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,9 @@ we may enable the addition of custom filtering operations via compiler plugins.
Multiple `@filter` directives may be applied to the same field at once. Conceptually,
it is as if the different `@filter` directives were joined by SQL `AND` keywords.

Using a `@tag` and a `@filter` that references the tag within the same vertex is allowed,
so long as the two not appear on the exact same property field.

#### Passing Parameters

The `@filter` directive accepts two types of parameters: runtime parameters and tagged parameters.
Expand Down

0 comments on commit dfdc20e

Please sign in to comment.