Describe the bug
Using any query including an aggregate will result in the following errror:
{
fetching: false,
variables: { id: '9c5cf10b-fd2a-4052-aced-a0478000e766' },
data: null,
errors: [ { message: 'validation failed: no fields are selected' } ],
partial: false,
stale: false,
source: 'network'
}
Running same query directly against hasura v3/ddn will resolve without any errors.
Any idea why or how to fix this?
Reproduction
No response