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