Method: GraphQL::Query::Context#value=

Defined in:
lib/graphql/query/context.rb

#value=(value) ⇒ Object (writeonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



129
130
131
# File 'lib/graphql/query/context.rb', line 129

def value=(value)
  @value = value
end