Class: Types::MutationType
- Inherits:
-
Base::BaseObject
- Object
- GraphQL::Schema::Object
- Base::BaseObject
- Types::MutationType
- Defined in:
- lib/potassium/assets/app/graphql/types/mutation_type.rb
Instance Method Summary collapse
Instance Method Details
#test_field ⇒ Object
6 7 8 |
# File 'lib/potassium/assets/app/graphql/types/mutation_type.rb', line 6 def test_field "Hello World" end |