af83/chouette-core

View on GitHub
app/graphql/types/mutation_type.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Types
  class MutationType < Types::BaseObject
    # TODO: remove me
    # field :test_field, String, null: false,
    #   description: "An example field added by the generator"
    # def test_field
    #   "Hello World"
    # end
  end
end