Class: HQ::GraphQL::Mutation
- Inherits:
-
GraphQL::Schema::Mutation
- Object
- GraphQL::Schema::Mutation
- HQ::GraphQL::Mutation
- Includes:
- ActiveRecordExtensions, Scalars
- Defined in:
- lib/hq/graphql/mutation.rb
Constant Summary
Constants included from Scalars
Scalars::Object, Scalars::UUID
Class Method Summary collapse
Methods included from ActiveRecordExtensions
Class Method Details
.generate_payload_type ⇒ Object
7 8 9 10 |
# File 'lib/hq/graphql/mutation.rb', line 7 def self.generate_payload_type lazy_load! super end |