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

5 lines
88 B
Ruby
Raw Normal View History

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