You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schema {
name: string @index(exact, term) .
age: int @index(int) .
friend: uid @count .
Reputation: int @index(int)
}
If I need to count how many partners, children, parents or friends How to proceed?
Using the Dgraph feature of counting.
Cheers
The text was updated successfully, but these errors were encountered:
MichelDiz
changed the title
@count Option? How to.
Facets and Aggregation, "Reputation: int @index(int)" and @count Option? How to.
Oct 1, 2017
MichelDiz
changed the title
Facets and Aggregation, "Reputation: int @index(int)" and @count Option? How to.
Facets and Aggregation, and @count Option? How to.
Oct 1, 2017
https://tour.dgraph.io/intro/3/
Facets and Aggregation https://docs.dgraph.io/query-language/#facets-and-aggregation
mutation {
If I need to count how many partners, children, parents or friends How to proceed?
Using the Dgraph feature of counting.
Cheers
The text was updated successfully, but these errors were encountered: