From 41367acfef4096b9876ebe139c3b68e5553f7939 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Mon, 15 Jul 2019 15:56:53 +0930 Subject: [PATCH] fix type -> enum typo Signed-off-by: Alexis Tyler --- app/graphql/schema/types/vars/vars.graphql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/graphql/schema/types/vars/vars.graphql b/app/graphql/schema/types/vars/vars.graphql index caf0fe920..120aa8eb8 100644 --- a/app/graphql/schema/types/vars/vars.graphql +++ b/app/graphql/schema/types/vars/vars.graphql @@ -160,12 +160,12 @@ type Vars { uptime: String! } -type mdState { +enum mdState { SWAP_DSBL STARTED } -type registationType { +enum registationType { Basic Plus Pro