Class: GraphQL::Types::MutationType

Inherits:
BaseObject
  • Object
show all
Defined in:
lib/graph_q_l/types/mutation_type.rb

Instance Method Summary collapse

Instance Method Details

#test_fieldObject



7
8
9
# File 'lib/graph_q_l/types/mutation_type.rb', line 7

def test_field
  "Hello World"
end