Closed msullivan closed 2 years ago
If you do something like this (on the cards test db)
cards
v = db.query(''' select User { deck: {@count, count := 10} } ''')
then v[0].deck[0].count will produce
v[0].deck[0].count
'edgedb.Object' object has no attribute 'count'
If you do something like this (on the
cards
test db)then
v[0].deck[0].count
will produce