You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/queries-aggregations/filtering.adoc
+47-11Lines changed: 47 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
:page-aliases: filtering.adoc
4
4
:description: This page describes filtering operators.
5
5
6
-
When querying for data, a number of operators are available for the types in the `where` argument of a query or mutation, allowing you to filter query results.
6
+
When querying for data, a number of operators are available for the types in the `where` argument of a query or mutation, allowing you to filter query results or specify the set of objects a mutation applies to.
7
7
8
8
Operators can either be standalone operators (see xref:#_boolean_operators[]) or they are appended to field names (for example, xref:/queries-aggregations/filtering.adoc#_string_comparison[]).
9
9
@@ -47,6 +47,7 @@ query {
47
47
=== Equality operators
48
48
49
49
All types can be tested for equality or non-equality.
0 commit comments