fix: Syntax for declaring enums in YML

Similar issue to #10223
This commit is contained in:
Roman Schmid 2022-06-27 16:23:26 +02:00 committed by GitHub
parent c80e10f892
commit fbee03562b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -417,6 +417,7 @@ configuration layer.
**app/_graphql/enums.yml**
```yaml
Status:
values:
SHIPPED: Shipped
CANCELLED: Cancelled
PENDING: Pending