Method: GraphQL::Field#introspection=
- Defined in:
- lib/graphql/field.rb
#introspection=(value) ⇒ Object (writeonly)
Sets the attribute introspection
188 189 190 |
# File 'lib/graphql/field.rb', line 188 def introspection=(value) @introspection = value end |