5 lines
76 B
Ruby
5 lines
76 B
Ruby
|
module Mutations
|
||
|
class BaseMutation < GraphQL::Schema::Mutation
|
||
|
end
|
||
|
end
|