From ee76259e7b0097aac18386fd37021792b9f860b7 Mon Sep 17 00:00:00 2001 From: Gloria Ciavarrini Date: Wed, 13 Nov 2024 08:39:42 +0100 Subject: [PATCH] Issue-676 Add Enum in GraphQL data type list (#677) Add Enum in GraphQL data type list Signed-off-by: Gloria Ciavarrini Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> --- .../ROOT/pages/data-index/data-index-core-concepts.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/serverlessworkflow/modules/ROOT/pages/data-index/data-index-core-concepts.adoc b/serverlessworkflow/modules/ROOT/pages/data-index/data-index-core-concepts.adoc index 50b3a7007..511cf5515 100644 --- a/serverlessworkflow/modules/ROOT/pages/data-index/data-index-core-concepts.adoc +++ b/serverlessworkflow/modules/ROOT/pages/data-index/data-index-core-concepts.adoc @@ -266,6 +266,10 @@ Depending on the attribute type, the following operators are also available: ** `lessThan`: Date time ** `lessThanEqual`: Date time ** `between`: Date range (with `from` and `to` Date time values required) + +* Enum argument: +** `equal`: Enum value +** `in`: Array of enum values -- Sort query results using the `orderBy` parameter::