File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
docs/framework/react/guides Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -76,22 +76,15 @@ A mutation filter object supports the following properties:
76
76
### ` matchQuery `
77
77
78
78
``` tsx
79
- const isMatching = matchQuery (
80
- filters ,
81
- query
82
- )
79
+ const isMatching = matchQuery (filters , query )
83
80
```
84
81
85
- Returns a boolean that indicates whether a query matches the provided set of query filters.
86
-
82
+ Returns a boolean that indicates whether a query matches the provided set of query filters.
87
83
88
84
### ` matchMutation `
89
85
90
86
``` tsx
91
- const isMatching = matchMutation (
92
- filters ,
93
- mutation
94
- )
87
+ const isMatching = matchMutation (filters , mutation )
95
88
```
96
89
97
- Returns a boolean that indicates whether a mutation matches the provided set of mutation filters.
90
+ Returns a boolean that indicates whether a mutation matches the provided set of mutation filters.
You can’t perform that action at this time.
0 commit comments