gitlab-org--gitlab-foss/app/graphql/functions/base_function.rb

7 lines
99 B
Ruby

# frozen_string_literal: true
module Functions
class BaseFunction < GraphQL::Function
end
end