Add graphql base types

This commit is contained in:
Paul Chavard 2018-11-20 22:59:13 +01:00
parent d2fdaacb5d
commit 9bb52dfb8c
8 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,4 @@
module Mutations
class BaseMutation < GraphQL::Schema::Mutation
end
end