fix type -> enum typo

Signed-off-by: Alexis Tyler <xo@wvvw.me>
This commit is contained in:
Alexis Tyler
2019-07-15 15:56:53 +09:30
parent 674631a31b
commit 41367acfef

View File

@@ -160,12 +160,12 @@ type Vars {
uptime: String!
}
type mdState {
enum mdState {
SWAP_DSBL
STARTED
}
type registationType {
enum registationType {
Basic
Plus
Pro