Closed ashleyxue529 closed 9 months ago
You could use Expression('1 = 1')
.
Or query.NotEq('id', null)
.
aha yes! was looking for something like Expression
, thank you :)
i intentionally didn't make it easy to do table scans but yah Expression
works here
The other thing you can do is Foo.loadCustom('select * from blah')
but you don't get a connection for that only a list
I'm trying to query for all objects in my db for a graphql connection, is there some no-op clause I could use? Or is there another query I should use?
RIght now I'm using: