diff options
Diffstat (limited to 'api/graphql/schema/mutations.graphql')
-rw-r--r-- | api/graphql/schema/mutations.graphql | 2 |
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 } |