5 lines
68 B
Ruby
5 lines
68 B
Ruby
|
module Functions
|
||
|
class BaseFunction < GraphQL::Function
|
||
|
end
|
||
|
end
|