Skip to content

Commit

Permalink
better example for instances without snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Issif committed Dec 5, 2019
1 parent e13dac2 commit 5cebccc
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 @@ -366,9 +366,9 @@ See [here](https://docs.dgraph.io/query-language/) to get more info about **Dgra

```bash
{
Volume(func: type(Volume))@filter(not has(~_Volume) and eq(State, "in-use")) {
Instance(func: type(Instance)) @filter(eq(OwnerName, univadis-prod)) @cascade{
name dgraph.type
Instance:_Instance{name InstanceId}
Volume:~_Instance @filter(not has(~_Volume) and type(Volume)){}
}
}
```
Expand Down

0 comments on commit 5cebccc

Please sign in to comment.