Skip to content

Commit

Permalink
Issue-676 Add Enum in GraphQL data type list (#677)
Browse files Browse the repository at this point in the history
Add Enum in GraphQL data type list

Signed-off-by: Gloria Ciavarrini <[email protected]>
Co-authored-by: Ricardo Zanini <[email protected]>
  • Loading branch information
gciavarrini and ricardozanini authored Nov 13, 2024
1 parent 9559278 commit ee76259
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit ee76259

Please sign in to comment.