Skip to content

Revise groupBy example when double relationship not needed #225

Description

@ribiza

Revise the example

{
  Book(groupBy: [genre]) {
    genre
    author{name}
    MAX(GROUP: { field: AVG })
    GROUP (groupBy: [author]){
      author { name }
      AVG(GROUP: { field: rating })
      GROUP {
        title
        rating
      }
    }
  }
}

in group.md when sourcenetwork/defradb#4952 is fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions