Created
July 3, 2020 20:54
-
-
Save joepie91/44d8f8a94f1642cf4b8f8c2049e82b95 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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