class GraphQL::Define::AssignMutationFunction::ResultProxy
Attributes
client_mutation_id[R]
Public Class Methods
new(target, client_mutation_id)
click to toggle source
Calls superclass method
# File lib/graphql/define/assign_mutation_function.rb, line 27 def initialize(target, client_mutation_id) @client_mutation_id = client_mutation_id super(target) end