Need Assistance with Dgraph Query Filtering Issue

could you change that to

v as var(func: type(“DataInstance”), first: $page, offset: $offset) @filter(regexp(state, /^saved/)) @cascade {
--- delete the line v as uid

and let me know. It is the correct way to build the variable based on your “I” query.

1 Like