prettier/tests/graphql_enum/enum.graphql

6 lines
46 B
GraphQL

enum State {
PENDING
VISIBLE
ARCHIVED
}