summaryrefslogtreecommitdiff
path: root/app/graphql/types/issuable_state_enum.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/issuable_state_enum.rb')
-rw-r--r--app/graphql/types/issuable_state_enum.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/graphql/types/issuable_state_enum.rb b/app/graphql/types/issuable_state_enum.rb
index f2f6d6c6cab..543b7f8e5b2 100644
--- a/app/graphql/types/issuable_state_enum.rb
+++ b/app/graphql/types/issuable_state_enum.rb
@@ -8,5 +8,6 @@ module Types
value 'opened'
value 'closed'
value 'locked'
+ value 'all'
end
end