summaryrefslogtreecommitdiff
path: root/app/graphql/types/ci/runner_countable_connection_type.rb
blob: f5c3a2c1f5f3a8ba6a65f6e7ac267500a7be1c4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

module Types
  module Ci
    # rubocop: disable Graphql/AuthorizeTypes
    class RunnerCountableConnectionType < ::Types::CountableConnectionType
    end
    # rubocop: enable Graphql/AuthorizeTypes
  end
end

Types::Ci::RunnerCountableConnectionType.prepend_mod