Spraypaint the isomorphic, framework-agnostic Graphiti ORM
Filtering
Use #where()
to apply filters:
/posts?filter[important]=true
#where()
clauses can be chained together. If the same key is seen
twice, it will be overridden:
/posts?filter[important]=false&filter[ranking]=10
#where()
clauses are based on server implementation. The key
should be exactly as the server understands it. Here are some common
conventions we promote:
Escaping Values
Graphiti treats a comma as a delimiter of multiple values. To escape the
comma and tell Graphiti this is a single value, wrap it in {{curlies}}
: