Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Second aggregation not working #21

@amirmasoud

Description

@amirmasoud

the following query not working:

{
  post_aggregate {
    aggregate {
      count
      sum {
        ...aggregateOnFragment
      }
      avg {
        ...aggregateOnFragment
      }
      max {
        ...aggregateOnFragment
      }
      min {
        ...aggregateOnFragment
      }
    }
  }
  user_aggregate {
    aggregate {
      count
      sum {
        ...aggregateOnFragment
      }
      avg {
        ...aggregateOnFragment
      }
      max {
        ...aggregateOnFragment
      }
      min {
        ...aggregateOnFragment
      }
    }
  }
}

fragment aggregateOnFragment on PostResultAggregateType {
  id
}

A possible point of failure: aggregateSupport trait.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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