Skip to content

Commit

Permalink
V4: Fix documentation for Enum declaration Syntax (#10223)
Browse files Browse the repository at this point in the history
  • Loading branch information
bummzack committed Feb 3, 2022
1 parent 6d90eec commit 3b5c72f
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -31,8 +31,9 @@ It's very easy to add enum types to your schema. Just use the `enums` section of
```yaml
enums:
SortDirection:
DESC: Descending order
ASC: Ascending order
values:
DESC: Descending order
ASC: Ascending order
```


Expand Down

0 comments on commit 3b5c72f

Please sign in to comment.