Method: GraphQL::Schema::Field#trace

Defined in:
lib/graphql/schema/field.rb

#traceBoolean (readonly)

Returns Apply tracing to this field? (Default: skip scalars, this is the override value).

Returns:

  • (Boolean)

    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