From a45d50aa58b5bb5c9b3b3b20b256ff31fda79a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20No=C3=ABl?= Date: Tue, 6 Oct 2020 11:49:51 +0200 Subject: [PATCH] use entries instead of values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre Noël --- docs/v3.x/content-api/parameters.md | 4 ++-- docs/v3.x/plugins/graphql.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/v3.x/content-api/parameters.md b/docs/v3.x/content-api/parameters.md index fb64738120..c8540e50d5 100644 --- a/docs/v3.x/content-api/parameters.md +++ b/docs/v3.x/content-api/parameters.md @@ -266,8 +266,8 @@ Only select entries matching the publication state provided. Handled states are: -- `live`: Return only published values (default) -- `preview`: Return both draft & published entries +- `live`: Return only published entries (default) +- `preview`: Return both draft entries & published entries ### Example diff --git a/docs/v3.x/plugins/graphql.md b/docs/v3.x/plugins/graphql.md index a89d5fd1c1..0e88045e34 100644 --- a/docs/v3.x/plugins/graphql.md +++ b/docs/v3.x/plugins/graphql.md @@ -240,8 +240,8 @@ You can also apply different parameters to the query to make more complex querie Handled states are: - - `LIVE`: Return only published values (default) - - `PREVIEW`: Return both draft & published entries + - `live`: Return only published entries (default) + - `preview`: Return both draft entries & published entries - `:asc` or `:desc` - `where` (object): Define the filters to apply in the query.