From e40d19af5d226e6e4bae0efb77cf6d70e9276b52 Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Fri, 26 Oct 2018 11:17:43 +0200 Subject: [PATCH] Update schema.graphql Fix #7 --- src/schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema.graphql b/src/schema.graphql index d4d184de0..6577a1ef6 100644 --- a/src/schema.graphql +++ b/src/schema.graphql @@ -168,7 +168,7 @@ enum BadgeTypeEnum { } enum BadgeStatusEnum { permanent - temorary + temporary } type Organization {