Report a GraphQL Bug
What edition and version of Dgraph are you using?
Edition:
- SlashGraphQL
- Dgraph (community edition/Dgraph Cloud)
If you are using the community edition or enterprise edition of Dgraph, please list the version:
Dgraph Version: v20.11.2-rc1-16-g4d041a3a
Have you tried reproducing the issue with the latest release?
N/A
Steps to reproduce the issue (paste the query/schema if possible)
Create a type with a *:many edge. query the type and ask for the edge aggregate count and the __typename.
{
queryContact {
friendsAggregate { count }
__typename
}
}
Full examples in thread below.