mirror of
https://github.com/strapi/strapi.git
synced 2025-10-29 17:04:13 +00:00
Add docs for sorting graphql queries (#8155)
This commit is contained in:
parent
8a407ccee8
commit
5afa8bbe44
@ -226,6 +226,7 @@ You can also apply different parameters to the query to make more complex querie
|
||||
- `limit` (integer): Define the number of returned entries.
|
||||
- `start` (integer): Define the amount of entries to skip.
|
||||
- `sort` (string): Define how the data should be sorted.
|
||||
- `<field>:asc` or `<field>:desc`
|
||||
- `where` (object): Define the filters to apply in the query.
|
||||
- `<field>`: Equals.
|
||||
- `<field>_ne`: Not equals.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user