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