async-graphql/async-graphql-parser/tests/schemas/enum.graphql

5 lines
33 B
GraphQL
Raw Normal View History

2020-05-15 03:42:01 +00:00
enum Site {
DESKTOP
MOBILE
}