Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ce657f9

Browse files
ronak2ramkeharper
authored andcommitted
Removed search type finset for graphql (#4951)
1 parent c4200fa commit ce657f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guides/v2.3/graphql/queries.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ Magento GraphQL clause | SQL equivalent
180180
`lteq: "value"` | <code><i>field</i> <= 'value'</code>
181181
`moreq: "value"` | <code><i>field</i> >= 'value'</code>
182182
`from: "value1"` `to: "value2"` | <code><i>field</i> BETWEEN 'value1' AND 'value2'</code>
183-
`finset: [1, 2, 3]` | <code>FINSET(<i>field</i>, '1, 2, 3')</code>
184183

185184
`to` and `from` must always be used together. These condition types can be used in the same search term. For example, `quantity: {from: "10" to: "20"}`.
186185

0 commit comments

Comments
 (0)