Welcome to mirror list, hosted at ThFree Co, Russian Federation.

base_function.rb « functions « graphql « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2512ecbd2551c62f4595af66b8488dc0d0b48339 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

module Functions
  class BaseFunction < GraphQL::Function
  end
end