Closed escquery closed 1 day ago
I just changed q to look like below and it was fine:
let q = r#"{system as var(func: eq(system_id, "test"))
envs as var(func: eq(env_id, ["uat","dev"]))
system(func: uid(system)) { uid }
env(func: uid(envs)) { count(uid) }
}"#
The code below runs fine in dgraph 23.10:
After I upgraded to 24.02 and added unique indexes for system_id and env_id, I got the error:
dependencies: