Skip to content

Instantly share code, notes, and snippets.

@joepie91
Created July 3, 2020 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joepie91/44d8f8a94f1642cf4b8f8c2049e82b95 to your computer and use it in GitHub Desktop.
Save joepie91/44d8f8a94f1642cf4b8f8c2049e82b95 to your computer and use it in GitHub Desktop.
query = select("projects", anyOf([
where(anyOf([{
number_one: niceNumbers,
number_two: niceNumbers
}, {
number_three: anyOf([ 42, column("number_one") ]),
number_four: moreThan(1337)
}]))
]));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment