gitlab-org--gitlab-foss/app/graphql/functions/base_function.rb
2018-09-11 12:15:23 -07:00

6 lines
99 B
Ruby

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