debian-mirror-gitlab/app/graphql/functions/base_function.rb

5 lines
68 B
Ruby
Raw Normal View History

2018-11-08 19:23:39 +05:30
module Functions
class BaseFunction < GraphQL::Function
end
end