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:
AndroAmater 2019-01-12 19:12:46 +01:00 committed by GitHub
parent 39f4d8884f
commit 0b5421dc29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.