mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
parent
c80e10f892
commit
fbee03562b
@ -417,9 +417,10 @@ configuration layer.
|
||||
**app/_graphql/enums.yml**
|
||||
```yaml
|
||||
Status:
|
||||
SHIPPED: Shipped
|
||||
CANCELLED: Cancelled
|
||||
PENDING: Pending
|
||||
values:
|
||||
SHIPPED: Shipped
|
||||
CANCELLED: Cancelled
|
||||
PENDING: Pending
|
||||
```
|
||||
|
||||
See the [Enums, unions, and interfaces](/developer_guides/graphql/working_with_generic_types/enums_unions_and_interfaces/#enum-types)
|
||||
|
Loading…
Reference in New Issue
Block a user