aboutsummaryrefslogtreecommitdiffstats
path: root/api/graphql/schema
diff options
context:
space:
mode:
Diffstat (limited to 'api/graphql/schema')
-rw-r--r--api/graphql/schema/mutations.graphql2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/graphql/schema/mutations.graphql b/api/graphql/schema/mutations.graphql
index cd5cba4e..078dc214 100644
--- a/api/graphql/schema/mutations.graphql
+++ b/api/graphql/schema/mutations.graphql
@@ -131,7 +131,7 @@ enum LabelChangeStatus {
ADDED
REMOVED
DUPLICATE_IN_OP
- ALREADY_EXIST
+ ALREADY_SET
DOESNT_EXIST
}