summaryrefslogtreecommitdiff
path: root/app/graphql/types/issue_state_enum.rb
blob: 6521407fc9d67e35772c98d8514c7eb90c7dbf55 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module Types
  class IssueStateEnum < IssuableStateEnum
    graphql_name 'IssueState'
    description 'State of a GitLab issue'
  end
end