demarches-normaliennes/app/graphql/mutations/base_mutation.rb

5 lines
76 B
Ruby
Raw Normal View History

2018-11-20 22:59:13 +01:00
module Mutations
class BaseMutation < GraphQL::Schema::Mutation
end
end