mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 00:37:24 +00:00
Update graphql.md
"Lower than or equal to" repeats twice so on line 197 it says "`<field>_gte`: Lower than or equal to.
This commit is contained in:
parent
39f4d8884f
commit
0b5421dc29
@ -194,7 +194,7 @@ You can also apply different parameters to the query to make more complex querie
|
||||
- `<field>_lt`: Lower than.
|
||||
- `<field>_lte`: Lower than or equal to.
|
||||
- `<field>_gt`: Greater than.
|
||||
- `<field>_gte`: Lower than or equal to.
|
||||
- `<field>_gte`: Greater than or equal to.
|
||||
- `<field>_contains`: Contains.
|
||||
- `<field>_containss`: Contains sensitive.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user