debian-mirror-gitlab/app/graphql/functions/base_function.rb
2018-11-08 19:23:39 +05:30

4 lines
68 B
Ruby

module Functions
class BaseFunction < GraphQL::Function
end
end