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: 42fb8f99acc2e0656a121a77394c3b9e1c4e5fc2 (plain)
1
2
3
4
module Functions
  class BaseFunction < GraphQL::Function
  end
end