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