How would a Query, where I want to check if a Person Already Created a (not Running)Game look like?
I know how to make a simple Query, but it isn't possible to chain Query's right?
const-ID = "some id"
if(creator.displayName == const-ID && state == 1) return true
else return false
