We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba09ec commit 5ac55b0Copy full SHA for 5ac55b0
1 file changed
predicate_test.go
@@ -38,6 +38,7 @@ type PredicateFilm struct {
38
// predicate= tag. This mirrors the pattern used by modusGraphGen where:
39
// - PredicateBook has a forward edge: predicate=written_by reverse
40
// - PredicateAuthor has a reverse edge: predicate=~written_by reverse
41
+//
42
// The forward edge creates an @reverse index in Dgraph, and the reverse edge
43
// declares a managed reverse that dgman expands in queries automatically.
44
type PredicateBook struct {
0 commit comments