prettier/tests/graphql_enum/enum.graphql

6 lines
46 B
GraphQL
Raw Normal View History

2017-06-28 05:20:53 +03:00
enum State {
PENDING
VISIBLE
ARCHIVED
}