Add graphql base types
This commit is contained in:
parent
d2fdaacb5d
commit
9bb52dfb8c
8 changed files with 47 additions and 0 deletions
4
app/graphql/mutations/base_mutation.rb
Normal file
4
app/graphql/mutations/base_mutation.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
module Mutations
|
||||
class BaseMutation < GraphQL::Schema::Mutation
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue