module HQ::GraphQL::Ext::MutationExtensions::PrependMethods

Public Instance Methods

generate_payload_type() click to toggle source
Calls superclass method
# File lib/hq/graphql/ext/mutation_extensions.rb, line 14
def generate_payload_type
  lazy_load!
  super
end