Method: GraphQL::Field#introspection=

Defined in:
lib/graphql/field.rb

#introspection=(value) ⇒ Object (writeonly)

Sets the attribute introspection

Parameters:

  • value

    the value to set the attribute introspection to.



188
189
190
# File 'lib/graphql/field.rb', line 188

def introspection=(value)
  @introspection = value
end