prettier/tests/graphql_newline/enum.graphql

12 lines
115 B
GraphQL

enum State {
# pending state
PENDING
# visible states
VISIBLE
INVISIBLE
# archive state
ARCHIVED
}