dhagrow commented :
This simpler query also exhibits the same problem:
{
q(func: type(process)) @filter(gt(process.started_at, "2020-03-25T00:00:00")) {
count(uid)
process.started_at
}
}
dhagrow commented :
This simpler query also exhibits the same problem:
{
q(func: type(process)) @filter(gt(process.started_at, "2020-03-25T00:00:00")) {
count(uid)
process.started_at
}
}