summaryrefslogtreecommitdiff
path: root/app/graphql/types/mutation_type.rb
blob: 06ed91c1658138ecf1dda26b9da3fd8885ff1338 (plain)
1
2
3
4
5
6
7
module Types
  class MutationType < BaseObject
    graphql_name "Mutation"

    # TODO: Add Mutations as fields
  end
end