Method: GraphQL::Field#trace

Defined in:
lib/graphql/field.rb

#traceBoolean

Returns True if this field should be traced. By default, fields are only traced if they are not a ScalarType or EnumType.

Returns:

  • (Boolean)

    True if this field should be traced. By default, fields are only traced if they are not a ScalarType or EnumType.



79
80
81
# File 'lib/graphql/field.rb', line 79

def trace
  @trace
end