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.