Class: Types::MutationType

Inherits:
Base::BaseObject show all
Defined in:
lib/potassium/assets/app/graphql/types/mutation_type.rb

Instance Method Summary collapse

Instance Method Details

#test_fieldObject



6
7
8
# File 'lib/potassium/assets/app/graphql/types/mutation_type.rb', line 6

def test_field
  "Hello World"
end