debian-mirror-gitlab/app/graphql/types/issue_connection_type.rb
2021-06-08 01:23:25 +05:30

10 lines
227 B
Ruby

# frozen_string_literal: true
module Types
# rubocop: disable Graphql/AuthorizeTypes
class IssueConnectionType < CountableConnectionType
end
end
Types::IssueConnectionType.prepend_mod_with('Types::IssueConnectionType')