Class: Types::QueryType
- Inherits:
-
Base::BaseObject
- Object
- GraphQL::Schema::Object
- Base::BaseObject
- Types::QueryType
- Defined in:
- lib/potassium/assets/app/graphql/types/query_type.rb
Instance Method Summary collapse
Instance Method Details
#test_field ⇒ Object
9 10 11 |
# File 'lib/potassium/assets/app/graphql/types/query_type.rb', line 9 def test_field "Hello World!" end |