Skip to content

Add to Ratel a field of total number of nodes | Feature, has References. #9

@MichelDiz

Description

@MichelDiz

References: hypermodeinc/dgraph#1619

Can serve as statistics in Ratel.

In the Schema field put an option to request the total nodes for that predicate. It updates as the user clicks to request each one. Ratel would generate a query like the one below.

e.g:

{
  total (func: has (director.film) ) {
    count(uid)
  }
} 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions