Hi there Speckle community,
I’ve been playing with Speckle V2 over the last couple of days and specifically with the graphql queries - kudos to everyone involved in the development, awesome job 
I was wondering about the operators in the query variables. I see we can use “=”, “>” and similar but what about if I want to:
- Filter fields that contain a specific string value? → something like “value”: “startsWith%”
- Assign an array to the value? → something like “value”: [“A”, “B”, “C”], “operator”: “in”
In other words, what is the full list of operators we can use ?
Thanks a lot!
Mariela