Class: Blog::Types::MutationType

Inherits:
BaseObject
  • Object
show all
Defined in:
app/graphql/blog/types/mutation_type.rb

Instance Method Summary collapse

Instance Method Details

#test_fieldObject



6
7
8
# File 'app/graphql/blog/types/mutation_type.rb', line 6

def test_field
  "Hello World"
end