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 26
def initialize(target, client_mutation_id)
  @client_mutation_id = client_mutation_id
  super(target)
end