Add docs for sorting graphql queries (#8155)

This commit is contained in:
Wes Bos 2020-10-02 11:35:51 -04:00 committed by GitHub
parent 8a407ccee8
commit 5afa8bbe44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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