From 5afa8bbe440b48c16b97036656f6ff6becdcd8c7 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 2 Oct 2020 11:35:51 -0400 Subject: [PATCH] Add docs for sorting graphql queries (#8155) --- docs/v3.x/plugins/graphql.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/v3.x/plugins/graphql.md b/docs/v3.x/plugins/graphql.md index e735d14a06..29bd8f11c4 100644 --- a/docs/v3.x/plugins/graphql.md +++ b/docs/v3.x/plugins/graphql.md @@ -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. + - `:asc` or `:desc` - `where` (object): Define the filters to apply in the query. - ``: Equals. - `_ne`: Not equals.