Method: GraphQL::Schema::Field#trace
- Defined in:
- lib/graphql/schema/field.rb
#trace ⇒ Boolean (readonly)
Returns Apply tracing to this field? (Default: skip scalars, this is the override value).
104 105 106 |
# File 'lib/graphql/schema/field.rb', line 104 def trace @trace end |