From 495e3da6b9e3bdd8e87b971c306805b5f1998c6d Mon Sep 17 00:00:00 2001 From: Manish R Jain <manishrjain@gmail.com> Date: Mon, 30 Nov 2015 16:33:26 +1100 Subject: [PATCH] Add Google Group link --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 08efd628..688033ce 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,9 @@ me(_xid_: m.06pj8) { film.director.film { type.object.name.en film.film.starring { + film.performance.character { + type.object.name.en + } film.performance.actor { film.director.film { type.object.name.en @@ -161,3 +164,6 @@ This query would find all movies directed by Steven Spielberg, their names, init The support for GraphQL is [very limited right now](https://github.com/dgraph-io/dgraph/issues/1). In particular, mutations, fragments etc. via GraphQL aren't supported. You can conveniently browse [Freebase film schema here](http://www.freebase.com/film/film?schema=&lang=en). There're also some schema pointers in [README](https://github.com/dgraph-io/benchmarks/blob/master/data/README.md). + +# Contact +- Please direct your questions to [dgraph@googlegroups.com](mailto:dgraph@googlegroups.com). -- GitLab